unit_threaded.check

Undocumented in source.

Public Imports

unit_threaded.attrs
public import unit_threaded.attrs;
Undocumented in source.

Members

Classes

UnitTestException
class UnitTestException
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.
checkEqual
void checkEqual(T value, T expected, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
checkFalse
void checkFalse(E 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(E 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