- assertEqual
void assertEqual(T lhs, U rhs, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertLessThan
void assertLessThan(T lhs, U rhs, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertLessThanOrEqual
void assertLessThanOrEqual(T lhs, U rhs, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertNotEqual
void assertNotEqual(T lhs, U rhs, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- assertThrows
bool assertThrows(E expression, string msg, string file, int line)
- assertTrue
void assertTrue(T test, Args args)
A Better assert.