module Minitest::Runnable

Public Class Methods

run(*args) click to toggle source
# File lib/parallel_tests/test/runtime_logger.rb, line 79
def run(*args)
  ParallelTests::Test::RuntimeLogger.log_test_run(self) do
    run_without_runtime_log(*args)
  end
end
Also aliased as: run_without_runtime_log
run_without_runtime_log(*args)
Alias for: run