object PatienceConfiguration
- Alphabetic
- By Inheritance
- PatienceConfiguration
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
-   final  case class Interval(value: Span) extends PatienceConfigParam with Product with SerializableA PatienceConfigParamthat specifies the amount of time to sleep after a retry.A PatienceConfigParamthat specifies the amount of time to sleep after a retry.- value
- the amount of time to sleep between each attempt 
 - Exceptions thrown
- NullArgumentExceptionif passed- valueis- null
 
-   sealed abstract  class PatienceConfigParam extends Product with SerializableAbstract class defining a family of configuration parameters for traits EventuallyandWaiters.Abstract class defining a family of configuration parameters for traits EventuallyandWaiters.The subclasses of this abstract class are used to pass configuration information to the eventuallymethods of traitEventuallyand theawaitmethods of traitWaiters.
-   final  case class Timeout(value: Span) extends PatienceConfigParam with Product with SerializableA PatienceConfigParamthat specifies the maximum amount of time to wait for an asynchronous operation to complete.A PatienceConfigParamthat specifies the maximum amount of time to wait for an asynchronous operation to complete.- value
- the maximum amount of time to retry before giving up and throwing - TestFailedException.
 - Exceptions thrown
- NullArgumentExceptionif passed- valueis- null
 
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated