| TestSubscriberManualProbeTExpectNoMsg Method (TimeSpan) |
Fluent DSL. Assert that no message is received for the specified time.
Namespace:
Akka.Streams.TestKit
Assembly:
Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TestSubscriberManualProbe<T> ExpectNoMsg(
TimeSpan remaining
)
member ExpectNoMsg :
remaining : TimeSpan -> TestSubscriberManualProbe<'T>
Parameters
- remaining
- Type: SystemTimeSpan
[Missing <param name="remaining"/> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ExpectNoMsg(System.TimeSpan)"]
Return Value
Type:
TestSubscriberManualProbeT[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ExpectNoMsg(System.TimeSpan)"]
See Also