Class: RSpec::Core::Bisect::ExampleSetDescriptor
- 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
-
#all_example_ids ⇒ Object
Returns the value of attribute all_example_ids.
-
#failed_example_ids ⇒ Object
Returns the value of attribute failed_example_ids.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#all_example_ids ⇒ Object
Returns the value of attribute 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_ids ⇒ Object
Returns the value of attribute 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 |