unit_threaded.check

Undocumented in source.

Members

Classes

UnitTestException
class UnitTestException
Undocumented in source.

Enums

DontTest
enum DontTest
Undocumented in source.
HiddenTest
enum HiddenTest
Undocumented in source.
UnitTest
enum UnitTest
Undocumented in source.

Functions

checkEqual
void checkEqual(T value, U expected, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkFalse
void checkFalse(bool condition, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkIn
void checkIn(T value, U container, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkIn
void checkIn(T value, U container, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkNotEqual
void checkNotEqual(T value, U expected, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkNotIn
void checkNotIn(T value, U container, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkNotIn
void checkNotIn(T value, U container, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkNotNull
void checkNotNull(T value, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkNotThrown
void checkNotThrown(E expr, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkNull
void checkNull(T value, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkThrown
void checkThrown(E expr, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkTrue
void checkTrue(bool condition, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
utFail
void utFail(string output, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta