Click or drag to resize
Akka.NETTestSubscriberManualProbeTExpectSubscriptionAndError Method (Boolean)
Expect subscription to be followed immediately by an error signal. Depending on the `signalDemand` parameter demand may be signaled immediately after obtaining the subscription in order to wake up a possibly lazy upstream.You can disable this by setting the `signalDemand` parameter to `false`.

Namespace:  Akka.Streams.TestKit
Assembly:  Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Exception ExpectSubscriptionAndError(
	bool signalDemand
)

Parameters

signalDemand
Type: SystemBoolean

[Missing <param name="signalDemand"/> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ExpectSubscriptionAndError(System.Boolean)"]

Return Value

Type: Exception

[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ExpectSubscriptionAndError(System.Boolean)"]

See Also