Packages

t

org.scalatest

DistributedSuiteSorter

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.

Source
DistributedSuiteSorter.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DistributedSuiteSorter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. 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

  2. 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