Class: TestInvokerTypes::PipelineState
- Defined in:
- lib/ceedling/test_invoker/test_invoker_types.rb
Overview
Carries all mutable state across the pipeline stages.
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#lock ⇒ Object
Returns the value of attribute lock.
-
#mocks_list ⇒ Object
Returns the value of attribute mocks_list.
-
#objects_list ⇒ Object
Returns the value of attribute objects_list.
-
#options ⇒ Object
Returns the value of attribute options.
-
#partials_headers ⇒ Object
Returns the value of attribute partials_headers.
-
#partials_sources ⇒ Object
Returns the value of attribute partials_sources.
-
#testables ⇒ Object
Returns the value of attribute testables.
-
#tests ⇒ Object
Returns the value of attribute tests.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
14 15 16 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14 def context @context end |
#lock ⇒ Object
Returns the value of attribute lock
14 15 16 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14 def lock @lock end |
#mocks_list ⇒ Object
Returns the value of attribute mocks_list
14 15 16 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14 def mocks_list @mocks_list end |
#objects_list ⇒ Object
Returns the value of attribute objects_list
14 15 16 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14 def objects_list @objects_list end |
#options ⇒ Object
Returns the value of attribute options
14 15 16 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14 def @options end |
#partials_headers ⇒ Object
Returns the value of attribute partials_headers
14 15 16 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14 def partials_headers @partials_headers end |
#partials_sources ⇒ Object
Returns the value of attribute partials_sources
14 15 16 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14 def partials_sources @partials_sources end |
#testables ⇒ Object
Returns the value of attribute testables
14 15 16 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14 def testables @testables end |
#tests ⇒ Object
Returns the value of attribute tests
14 15 16 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14 def tests @tests end |