Class: TestInvokerTypes::PipelineState

Inherits:
Struct
  • Object
show all
Defined in:
lib/ceedling/test_invoker/test_invoker_types.rb

Overview

Carries all mutable state across the pipeline stages.

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



14
15
16
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14

def context
  @context
end

#lockObject

Returns the value of attribute lock

Returns:

  • (Object)

    the current value of lock



14
15
16
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14

def lock
  @lock
end

#mocks_listObject

Returns the value of attribute mocks_list

Returns:

  • (Object)

    the current value of mocks_list



14
15
16
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14

def mocks_list
  @mocks_list
end

#objects_listObject

Returns the value of attribute objects_list

Returns:

  • (Object)

    the current value of objects_list



14
15
16
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14

def objects_list
  @objects_list
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



14
15
16
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14

def options
  @options
end

#partials_headersObject

Returns the value of attribute partials_headers

Returns:

  • (Object)

    the current value of partials_headers



14
15
16
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14

def partials_headers
  @partials_headers
end

#partials_sourcesObject

Returns the value of attribute partials_sources

Returns:

  • (Object)

    the current value of partials_sources



14
15
16
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14

def partials_sources
  @partials_sources
end

#testablesObject

Returns the value of attribute testables

Returns:

  • (Object)

    the current value of testables



14
15
16
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14

def testables
  @testables
end

#testsObject

Returns the value of attribute tests

Returns:

  • (Object)

    the current value of tests



14
15
16
# File 'lib/ceedling/test_invoker/test_invoker_types.rb', line 14

def tests
  @tests
end