Class: RSpec::FlakeClassifier::Rerun::BisectDependencySearch::BisectRunResult
- Inherits:
-
Struct
- Object
- Struct
- RSpec::FlakeClassifier::Rerun::BisectDependencySearch::BisectRunResult
- Defined in:
- lib/rspec/flake/classifier/rerun/bisect_dependency_search.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.
Instance Attribute Details
#all_example_ids ⇒ Object
Returns the value of attribute all_example_ids
9 10 11 |
# File 'lib/rspec/flake/classifier/rerun/bisect_dependency_search.rb', line 9 def all_example_ids @all_example_ids end |
#failed_example_ids ⇒ Object
Returns the value of attribute failed_example_ids
9 10 11 |
# File 'lib/rspec/flake/classifier/rerun/bisect_dependency_search.rb', line 9 def failed_example_ids @failed_example_ids end |