Click or drag to resize
Akka.NETTestSubscriberManualProbeTExpectSubscriptionAndComplete Method
Fluent DSL. Expect subscription followed by immediate stream completion. By default single demand will be signaled in order to wake up a possibly lazy upstream

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> ExpectSubscriptionAndComplete()

Return Value

Type: TestSubscriberManualProbeT

[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ExpectSubscriptionAndComplete"]

See Also