module Minitest::Distributed::Coordinators::CoordinatorInterface

Public Instance Methods

aborted?() click to toggle source
# File lib/minitest/distributed/coordinators/coordinator_interface.rb, line 22
def aborted?; end
combined_results() click to toggle source
# File lib/minitest/distributed/coordinators/coordinator_interface.rb, line 19
def combined_results; end
consume(reporter:) click to toggle source
# File lib/minitest/distributed/coordinators/coordinator_interface.rb, line 28
def consume(reporter:); end
local_results() click to toggle source
# File lib/minitest/distributed/coordinators/coordinator_interface.rb, line 16
def local_results; end
produce(test_selector:) click to toggle source
# File lib/minitest/distributed/coordinators/coordinator_interface.rb, line 25
def produce(test_selector:); end
register_reporters(reporter:, options:) click to toggle source
# File lib/minitest/distributed/coordinators/coordinator_interface.rb, line 13
def register_reporters(reporter:, options:); end