Class: TestInvokerTypes::TestablePartials
- Defined in:
- lib/ceedling/test_invoker/test_invoker_types.rb
Overview
Partial build metadata for one test: config map plus accumulated output module names.
Instance Attribute Summary collapse
-
#configs ⇒ Object
Returns the value of attribute configs.
-
#mocks ⇒ Object
Returns the value of attribute mocks.
-
#tests ⇒ Object
Returns the value of attribute tests.
Instance Attribute Details
#configs ⇒ Object
Returns the value of attribute configs
11 12 13 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 11 def configs @configs end |
#mocks ⇒ Object
Returns the value of attribute mocks
11 12 13 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 11 def mocks @mocks end |
#tests ⇒ Object
Returns the value of attribute tests
11 12 13 |
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 11 def tests @tests end |