Click or drag to resize
Akka.NETTestKitBaseExpectNoMsg Method
Overload List
  NameDescription
Public methodExpectNoMsg
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".
Public methodExpectNoMsg(Int32)
Assert that no message is received for the specified time in milliseconds.
Public methodExpectNoMsg(TimeSpan)
Assert that no message is received for the specified time.
Top
See Also