Function: make-ert-test-failed
make-ert-test-failed is a byte-compiled function defined in ert.el.gz.
Signature
(make-ert-test-failed &key MESSAGES SHOULD-FORMS DURATION CONDITION BACKTRACE INFOS)
Documentation
Constructor for objects of type ert-test-failed.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
(cl-defstruct (ert-test-failed (:include ert-test-result-with-condition)))