Method: Mutant::Integration::Null#all_tests

Defined in:
lib/mutant/integration/null.rb

#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.

Available tests for integration

Returns:

  • (Enumerable<Test>)


10
11
12
# File 'lib/mutant/integration/null.rb', line 10

def all_tests
  EMPTY_ARRAY
end