Class: M::Runners::Minitest4
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#run(test_arguments) ⇒ Object
8 9 10 |
# File 'lib/m/runners/minitest_4.rb', line 8 def run test_arguments MiniTest::Unit.runner.run test_arguments end |
#suites ⇒ Object
4 5 6 |
# File 'lib/m/runners/minitest_4.rb', line 4 def suites MiniTest::Unit::TestCase.test_suites end |