Interval

org.scalatest.concurrent.PatienceConfiguration.Interval
final case class Interval(value: Span) extends PatienceConfigParam

A PatienceConfigParam that specifies the amount of time to sleep after a retry.

Value parameters

value

the amount of time to sleep between each attempt

Attributes

Throws
NullArgumentException

if passed value is null

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product