TimedOut

libretto.testing.TestResult$.TimedOut
final case class TimedOut[A](duration: FiniteDuration) extends TestResult[A]

Members list

Concise view

Value members

Inherited methods

def flatMap[B](f: A => TestResult[B]): TestResult[B]

Attributes

Inherited from:
TestResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product