Class: TestInvokerTypes::TestablePartials

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configsObject

Returns the value of attribute configs

Returns:

  • (Object)

    the current value of configs



11
12
13
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 11

def configs
  @configs
end

#mocksObject

Returns the value of attribute mocks

Returns:

  • (Object)

    the current value of mocks



11
12
13
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 11

def mocks
  @mocks
end

#testsObject

Returns the value of attribute tests

Returns:

  • (Object)

    the current value of tests



11
12
13
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 11

def tests
  @tests
end