Await until the given condition evaluates to true
or the timeout
expires, whichever comes first.
Await until the given condition evaluates to true
or the timeout
expires, whichever comes first.
If no timeout is given, take it from the innermost enclosing within
block.
Obtain current time (System.nanoTime
) as Duration.
Obtain time remaining for execution of the innermost enclosing within
block or missing that it returns the given duration.
Obtain time remaining for execution of the innermost enclosing within
block or missing that it returns the properly dilated default for this
case from settings (key "akka.
Obtain time remaining for execution of the innermost enclosing within
block or missing that it returns the properly dilated default for this
case from settings (key "akka.test.single-expect-default").
(assertions: StringAdd).self
(assertions: StringFormat).self
(assertions: ArrowAssoc[Assertions]).x
(Since version 2.10.0) Use leftOfArrow
instead
(assertions: Ensuring[Assertions]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Simple helper assertions. Some stolen from Akka akka.testkit.TestKit.scala for now.