abstract class SpinachTestCase
- SpinachTestCase
- Reference
- Object
Defined in:
spinach.crInstance Method Summary
- #clear_variables
- #empty_mapping
- #execute_commands(commands, node_type, parser, filename, scenario_name, implementation_status, template_path)
- #execute_scenarios(node_type, filename, parser, template_path)
- #generate_cli_reports(results)
- #generate_html_reports(results, filename, parser, template_path)
- #get_string_variable(variable_name : String) : String
- #get_variable(variable_name : String) : VariableValue
- #locate_commands(node)
- #mapping
- #prepare_table_scenarios(parser)
- #run(node_type, template_path)
- #set_variable(variable_name : String, value : String)
- #set_variable(variable_name : String, value : VariableValue)
- #variables : Hash(String, Hash(String, String))
Instance Method Detail
def execute_commands(commands, node_type, parser, filename, scenario_name, implementation_status, template_path)
#