Generic Function: %RUN

Documentation

Internal method for running a test. Does not update the status of the tests nor the special vairables !, !!, !!!

Source

(defgeneric %run (test-spec)
  (:documentation "Internal method for running a test. Does not
  update the status of the tests nor the special vairables !,
  !!, !!!"))
Source Context