Expect

Undocumented in source.
version(unittest)
struct Expect (
T
) {}

Members

Functions

equal
auto equal(U expectedValue)
Undocumented in source. Be warned that the author may not have intended to support it.
to
auto to()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

testedValue
T testedValue;
Undocumented in source.

Meta