- assertEq
void assertEq(A a, B b, string fmt)
- assertNotEq
void assertNotEq(A a, B b, string fmt)
- assertNotNull
void assertNotNull(A a, string fmt)
- assertNull
void assertNull(A a, string fmt)
- eq
bool eq(A a, B b)
- eq_approx
bool eq_approx(A a, B b, E eps)
- mustExcept
bool mustExcept(void delegate() fnc, bool throwUnexpected)
- throwError
auto throwError(string file, size_t line, string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSF
string toSF(T val)
Undocumented in source. Be warned that the author may not have intended to support it.