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
Throwable trap(TReturn function() f)
Undocumented in source. Be warned that the author may not have intended to support it.
trap
Throwable 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