Function Index

!
Rerun the most recently run test and explain the results.
!!!
Rerun the third most recently run test and explain the results.
!!
Rerun the second most recently run test and explain the results.
ADD-4
ADD-2
ADD-RESULT
Create a TEST-RESULT object of type RESULT-TYPE passing it the initialize args MAKE-INSTANCE-ARGS and adds the resulting object to the list of test results.
DUMMY-ADD
DUMMY-STRCAT
EXPLAIN!
Explain the results of RESULT-LIST using a detailed-text-explainer with output going to *test-dribble*
GEN-LIST
GEN-STRING
IMPORT-TESTING-SYMBOLS
MAKE-SUITE
Create a new test suite object.
PARTITION-RESULTS
PERFORM-RANDOM-TESTING
PERFORM-RANDOM-TESTING/RUN-ONCE
RESULTS-STATUS
Given a list of test results (generated while running a test) return true if all of the results are of type TEST-PASSED, faile otherwise.
RETURN-RESULT-LIST
Run the test function TEST-LAMBDA and return a list of all test results generated, does not modify the special environment variable RESULT-LIST.
RUN
Run the test specified by TEST-SPEC.
RUN!
Equivalent to (explain (run TEST-SPEC)).