Class: TestRunner::TestEvaluator::ScriptState
- Inherits:
-
Struct
- Object
- Struct
- TestRunner::TestEvaluator::ScriptState
- Defined in:
- lib/test-runner/test_evaluator.rb
Instance Attribute Summary collapse
-
#after ⇒ Object
Returns the value of attribute after.
-
#before ⇒ Object
Returns the value of attribute before.
-
#current_example ⇒ Object
Returns the value of attribute current_example.
-
#example_config ⇒ Object
Returns the value of attribute example_config.
-
#example_groups ⇒ Object
Returns the value of attribute example_groups.
-
#group_stack ⇒ Object
Returns the value of attribute group_stack.
Instance Attribute Details
#after ⇒ Object
Returns the value of attribute after
18 19 20 |
# File 'lib/test-runner/test_evaluator.rb', line 18 def after @after end |
#before ⇒ Object
Returns the value of attribute before
18 19 20 |
# File 'lib/test-runner/test_evaluator.rb', line 18 def before @before end |
#current_example ⇒ Object
Returns the value of attribute current_example
18 19 20 |
# File 'lib/test-runner/test_evaluator.rb', line 18 def current_example @current_example end |
#example_config ⇒ Object
Returns the value of attribute example_config
18 19 20 |
# File 'lib/test-runner/test_evaluator.rb', line 18 def example_config @example_config end |
#example_groups ⇒ Object
Returns the value of attribute example_groups
18 19 20 |
# File 'lib/test-runner/test_evaluator.rb', line 18 def example_groups @example_groups end |
#group_stack ⇒ Object
Returns the value of attribute group_stack
18 19 20 |
# File 'lib/test-runner/test_evaluator.rb', line 18 def group_stack @group_stack end |