Generic Function: FOR-ALL-TEST-FAILED-P

Source

(defgeneric for-all-test-failed-p (object)
  (:method ((object for-all-test-failed)) t)
  (:method ((object t)) nil))
Source Context