trait DistributedSuiteSorter extends AnyRef
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.
- Alphabetic
- By Inheritance
- DistributedSuiteSorter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
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
- suiteId
the
suiteId
for the suite that's completed its tests execution
-
abstract
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
- suiteId
the
suiteId
for the suite that's starting to execute its tests