Check a single expression; raises an AssertionDefect in the event that the expression is false regardless of assertions settings. Specify a custom message a la assert.
SourceEdit
Check one or more expressions in a block; raises an AssertionDefect in the event that an expression is false regardless of assertions settings. Specify a custom message a la assert.
SourceEdit
Put each test in a block: underneath the named suite. You can specify test names using ## comment statements, or block syntax like that of unittests: test"my test name":checktrueSourceEdit