public abstract class JavaTestKit.AwaitAssert
extends java.lang.Object
If no timeout is given, take it from the innermost enclosing
Within
block.
Note that the timeout is scaled using Duration.dilated, which uses the configuration entry "akka.test.timefactor".
Constructor and Description |
---|
AwaitAssert() |
AwaitAssert(scala.concurrent.duration.Duration max) |
AwaitAssert(scala.concurrent.duration.Duration max,
scala.concurrent.duration.Duration interval) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
check() |