Generic Function: TEST-SKIPPED-P
Source
(defgeneric test-skipped-p (object) (:method ((o t)) nil) (:method ((o test-skipped)) t))
Source Context