class SolargraphTestCoverage::MinitestRunner

Test Runner Subclass for Minitest

Public Instance Methods

passed?() click to toggle source
# File lib/solargraph_test_coverage/test_runner.rb, line 59
def passed?
  @result
end
test_framework_runner() click to toggle source
# File lib/solargraph_test_coverage/test_runner.rb, line 63
def test_framework_runner
  Minitest
end
test_options() click to toggle source
# File lib/solargraph_test_coverage/test_runner.rb, line 55
def test_options
  [@test_file]
end