Class: Mutant::Strategy::Null

Inherits:
Mutant::Strategy show all
Defined in:
lib/mutant/strategy.rb

Overview

Null strategy that never kills a mutation

Constant Summary

Constants inherited from Mutant::Strategy

REGISTRY

Instance Method Summary collapse

Methods inherited from Mutant::Strategy

lookup, #setup, #teardown, #tests

Instance Method Details

#all_testsEnumerable<Test>

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return all tests

Returns:

  • (Enumerable<Test>)


97
98
99
# File 'lib/mutant/strategy.rb', line 97

def all_tests
  EMPTY_ARRAY
end