Class: Mutant::Integration::Null
- Inherits:
-
Mutant::Integration
- Object
- Mutant::Integration
- Mutant::Integration::Null
- Defined in:
- lib/mutant/integration.rb
Overview
Null integration that never kills a mutation
Constant Summary
Constants inherited from Mutant::Integration
Instance Method Summary collapse
-
#all_tests ⇒ Enumerable<Test>
private
Return all tests.
Methods inherited from Mutant::Integration
Instance Method Details
#all_tests ⇒ Enumerable<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
66 67 68 |
# File 'lib/mutant/integration.rb', line 66 def all_tests EMPTY_ARRAY end |