Macro Index

DEF-FIXTURE
Defines a fixture named NAME.
DEFGENERATOR
DEF-SUITE
Define a new test-suite named NAME.
FAIL
Simply generate a FAIL.
FINISHES
Generates a pass if BODY executes to normal completion.
FOR-ALL
GEN-FLOAT-GENERATOR
IN-SUITE
Set the *suite* special variable so that all tests defined after the execution of this form are, unless specified otherwise, in the test-suite named SUITE-NAME.
IS
The DWIM checking operator.
IS-FALSE
Generates a pass if CONDITION returns false, generates a failure otherwise.
IS-TRUE
Like IS this check generates a pass if CONDITION returns true and a failure if CONDITION returns false.
PASS
Simply generate a PASS.
PROCESS-FAILURE
SIGNALS
Generates a pass if BODY signals a condition of type CONDITION.
SKIP
Generates a TEST-SKIPPED result.
TEST
Create a suite named NAME.
WITH-FIXTURE
Insert BODY into the fixture named FIXTURE-NAME.
WITH-*TEST-DRIBBLE*