Class: TEST-SKIPPED

Documentation

A test which was not run. Usually this is due to unsatisfied dependencies, but users can decide to skip test when appropiate.

Hierachy

Precedence List

Source

(defclass test-skipped (test-result)
  ()
  (:documentation "A test which was not run. Usually this is due
to unsatisfied dependencies, but users can decide to skip test
when appropiate."))
Source Context