Trait

org.scalatest

DistributedSuiteSorter

Related Doc: package scalatest

Permalink

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

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

    Permalink