Match

Undocumented in source.

Constructors

this
this(T delegate() match, string file, size_t line)
Undocumented in source.

Members

Aliases

opEquals
alias opEquals = Object.opEquals
Undocumented in source.

Functions

be
auto be()
Undocumented in source. Be warned that the author may not have intended to support it.
be
void be(bool expected)
Undocumented in source. Be warned that the author may not have intended to support it.
not
auto not()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
throwMatchException
void throwMatchException(string reason)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dummyMatch
T dummyMatch;
Undocumented in source.
file
string file;
Undocumented in source.
isPositiveMatch
bool isPositiveMatch;
Undocumented in source.
line
size_t line;
Undocumented in source.
match
T delegate() match;
Undocumented in source.

Meta