module Minitest

Public Class Methods

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