Method: Mutant::Result::TestEnv#amount_tests

Defined in:
lib/mutant/result.rb

#amount_testsObject

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.



142
143
144
# File 'lib/mutant/result.rb', line 142

def amount_tests
  env.integration.all_tests.length
end