Class: RSpec::FlakeClassifier::Rerun::BisectDependencySearch::BisectRunResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/flake/classifier/rerun/bisect_dependency_search.rb

Instance Attribute Summary collapse

Instance Attribute Details

#all_example_idsObject

Returns the value of attribute all_example_ids

Returns:

  • (Object)

    the current value of 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_idsObject

Returns the value of attribute failed_example_ids

Returns:

  • (Object)

    the current value of 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