Class: RSpec::Conductor::ExampleStatusPersister::ExampleStub

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/conductor/example_status_persister.rb

Overview

RSpec::Core::ExampleStatusPersister is a private api, but it's been fairly stable over the versions we want to support, so I don't expect issues using these stubs.

Instance Attribute Summary collapse

Instance Attribute Details

#execution_resultObject

Returns the value of attribute execution_result

Returns:

  • (Object)

    the current value of execution_result



6
7
8
# File 'lib/rspec/conductor/example_status_persister.rb', line 6

def execution_result
  @execution_result
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/rspec/conductor/example_status_persister.rb', line 6

def id
  @id
end