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.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DistributedSuiteSorter
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def completedTests (suiteId: String): Unit

    Attributes
    abstract
  2. def distributingTests (suiteId: String): Unit

    Attributes
    abstract