unit_threaded.asserts

Custom assertions for testing unit-threaded itself, not intended for the end-user.

Members

Functions

assertEqual
void assertEqual(T t, U u, string file, size_t line)

Helper to call the standard assert

assertExceptionMsg
void assertExceptionMsg(E expr, string expected, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta