Indicates the client is done with this Runner instance.
Indicates the client is done with this Runner instance.
a possibly multi-line summary string, or the empty string if no summary is provided -- TODO
Returns an array of tasks that when executed will run tests and suites determined by the
passed TaskDefs.
Returns an array of tasks that when executed will run tests and suites determined by the
passed TaskDefs.
Each returned task, when executed, will run tests and suites determined by the
test class name, fingerprints, "explicitly specified" field, and selectors of one of the passed TaskDefs.
This tasks method may be called with TaskDefs containing the same value for testClassName but
different fingerprints. For example, if both a class and its companion object were test classes, the tasks method could be
passed an array containing TaskDefs with the same name but with a different value for fingerprint.isModule.
A test framework may "reject" a requested task by returning no Task for that TaskDef.
the TaskDefs for requested tasks
an array of Tasks
if invoked after done has been invoked.
Represents one run of a suite of tests.