module MiniTest

Public Class Methods

__run(reporter, options) click to toggle source
# File lib/test_queue/runner/minitest5.rb, line 4
def self.__run reporter, options
  suites = Runnable.runnables
  suites.map { |suite| suite.run reporter, options }
end

Private Class Methods

total_count(options) click to toggle source
# File lib/test_queue/runner/minitest5.rb, line 47
def total_count(options)
  0
end