Class: RSpec::Core::Bisect::ExampleSetDescriptor

Inherits:
Struct show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/bisect/utilities.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#all_example_idsObject

Returns the value of attribute all_example_ids

Returns:

  • (Object)

    the current value of all_example_ids



5
6
7
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/bisect/utilities.rb', line 5

def all_example_ids
  @all_example_ids
end

#failed_example_idsObject

Returns the value of attribute failed_example_ids

Returns:

  • (Object)

    the current value of failed_example_ids



5
6
7
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/bisect/utilities.rb', line 5

def failed_example_ids
  @failed_example_ids
end