module Minitest::Distributed::Filters::FilterInterface

A filter proc is a callable object that changes the list of runnables that will be executed during the test run. For every runnable, it should return an array of runnables.

Public Instance Methods

call(runnable) click to toggle source
# File lib/minitest/distributed/filters/filter_interface.rb, line 21
def call(runnable); end