This method is called after all tests in the suite completed execution
This method is called after all tests in the suite completed execution
the suiteId
for the suite that's completed its tests execution
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
the suiteId
for the suite that's starting to execute its tests
A sorter for the events of a run's distributed suites.
This trait is used, for example, when
-PS
is passed toRunner
, 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.