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