darjeeling.assertion

A module for assertion functions

Members

Functions

assertEquals
void assertEquals(T expected, T actual)
Undocumented in source. Be warned that the author may not have intended to support it.
assertNotEquals
void assertNotEquals(T expected, T actual)
Undocumented in source. Be warned that the author may not have intended to support it.
assertNotObjEquals
void assertNotObjEquals(TLhs expected, TRhs actual)
Undocumented in source. Be warned that the author may not have intended to support it.
assertObjEquals
void assertObjEquals(TLhs expected, TRhs actual)
Undocumented in source. Be warned that the author may not have intended to support it.
trap
Exception trap(TIn target, TReturn function(TIn) f)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

<a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.

Authors

Kazuhiro Matsushima