thenAssertEquals

Connect to a publisher and assert the values it sends equal the one attached.

@safe
thenAssertEquals
(
T
Inputs...
)
(,
Inputs value
,
string file = __FILE__
,
size_t lineNumber = __LINE__
)
if (
PublisherType!(T, Inputs).length != 0
)

Meta