- (test-assert [<name>] <expression>)syntax
- (test-error [<name>] <expression>)syntax
Convenience wrappers around test. test-assert asserts that the expression is non-false; test-error asserts that the expression results in an error.
Convenience wrappers around test. test-assert asserts that the expression is non-false; test-error asserts that the expression results in an error.