unit_threaded.exception

Exception classes

Members

Classes

UnitTestException
class UnitTestException

An exception to signal that a test case has failed.

Functions

fail
void fail(string[] lines, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
fail
void fail(string output, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta