DistributedSuiteSorter

A sorter for the events of a run's distributed suites.

This trait is used, for example, when -PS is passed to Runner, to sort the events of distributed suites such that each suite's events are propagated together, with a timeout if an event takes too long.

class Object
trait Matchable
class Any

Value members

Abstract methods

def completedTests(suiteId: String): Unit

This method is called after all tests in the suite completed execution

This method is called after all tests in the suite completed execution

Value parameters:
suiteId

the suiteId for the suite that's completed its tests execution

def distributingTests(suiteId: String): Unit

This method is called before first test in a suite is distributed to execute

This method is called before first test in a suite is distributed to execute

Value parameters:
suiteId

the suiteId for the suite that's starting to execute its tests