Class

org.scalatest.concurrent.PatienceConfiguration

PatienceConfigParam

Related Doc: package PatienceConfiguration

Permalink

sealed abstract class PatienceConfigParam extends AnyRef

Abstract class defining a family of configuration parameters for traits Eventually and Waiters.

The subclasses of this abstract class are used to pass configuration information to the eventually methods of trait Eventually and the await methods of trait Waiters.

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