org.scalatest.concurrent.PatienceConfiguration

PatienceConfigParam

class PatienceConfigParam extends AnyRef

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

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

Attributes
sealed abstract
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PatienceConfigParam
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PatienceConfigParam ()