Void assert(Bool test, String msg="Unspecified Assertion Failure")
Arguments
test: The test resultmsg: The failure message, if any.
Usage
Check the result of a test. On failure, throw an exception with the given message.
This function is used for %test module tests, and for testing using the Testing module.