| TestKitBaseExpectNoMsg Method |
| Name | Description | |
|---|---|---|
| ExpectNoMsg |
Assert that no message is received.
Wait time is bounded by remaining time for execution of the innermost enclosing 'within'
block, if inside a 'within' block; otherwise by the config value
"akka.test.single-expect-default".
| |
| ExpectNoMsg(Int32) |
Assert that no message is received for the specified time in milliseconds.
| |
| ExpectNoMsg(TimeSpan) |
Assert that no message is received for the specified time.
|