| TestKitBaseReceiveN Method |
| Name | Description | |
|---|---|---|
| ReceiveN(Int32) |
Receive the specified number of messages using RemainingOrDefault as timeout.
| |
| ReceiveN(Int32, TimeSpan) |
Receive the specified number of messages in a row before the given deadline.
The deadline is scaled by "akka.test.timefactor" using Dilated(TimeSpan).
|