Class: TestRunner::TestEvaluator::ScriptState

Inherits:
Struct
  • Object
show all
Defined in:
lib/test-runner/test_evaluator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



18
19
20
# File 'lib/test-runner/test_evaluator.rb', line 18

def after
  @after
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



18
19
20
# File 'lib/test-runner/test_evaluator.rb', line 18

def before
  @before
end

#current_exampleObject

Returns the value of attribute current_example

Returns:

  • (Object)

    the current value of current_example



18
19
20
# File 'lib/test-runner/test_evaluator.rb', line 18

def current_example
  @current_example
end

#example_configObject

Returns the value of attribute example_config

Returns:

  • (Object)

    the current value of example_config



18
19
20
# File 'lib/test-runner/test_evaluator.rb', line 18

def example_config
  @example_config
end

#example_groupsObject

Returns the value of attribute example_groups

Returns:

  • (Object)

    the current value of example_groups



18
19
20
# File 'lib/test-runner/test_evaluator.rb', line 18

def example_groups
  @example_groups
end

#group_stackObject

Returns the value of attribute group_stack

Returns:

  • (Object)

    the current value of group_stack



18
19
20
# File 'lib/test-runner/test_evaluator.rb', line 18

def group_stack
  @group_stack
end