Built-In Assertions

Version 8 by Marc Esher
on Feb 26, 2010 13:57.

compared with
Current by Marc Esher
on Feb 26, 2010 13:57.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View page history
h3. assert(boolean condition \[,String message\])
assert is semantically equivellent equivalent to assertTrue, providing a shorter form :

{code:title=assert()}<cffunction name="testAssert">