AssertPipe

Undocumented in source.

Constructors

this
this(Ts expected, string file, size_t lineNumber)
Undocumented in source.

Members

Functions

opCall
void opCall(Ts received)
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
void subscribe(Subscriber!() subscriber)
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
void subscribe(Subscriber!Ts subscriber)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

expected
Tuple!Ts expected;

Value this pipe expects to receive.

file
string file;
Undocumented in source.
lineNumber
size_t lineNumber;
Undocumented in source.

Meta