abstract class SpinachTestCase

Defined in:

spinach.cr

Instance Method Summary

Instance Method Detail

def clear_variables #

[View source]
def empty_mapping #

[View source]
def execute_commands(commands, node_type, parser, filename, scenario_name, implementation_status, template_path) #

[View source]
def execute_scenarios(node_type, filename, parser, template_path) #

[View source]
def generate_cli_reports(results) #

[View source]
def generate_html_reports(results, filename, parser, template_path) #

[View source]
def get_string_variable(variable_name : String) : String #

[View source]
def get_variable(variable_name : String) : VariableValue #

[View source]
def locate_commands(node) #

[View source]
def mapping #

[View source]
def prepare_table_scenarios(parser) #

[View source]
def run(node_type, template_path) #

[View source]
def set_variable(variable_name : String, value : String) #

[View source]
def set_variable(variable_name : String, value : VariableValue) #

[View source]
def variables : Hash(String, Hash(String, String)) #

[View source]