Function: make-ert-test-quit

make-ert-test-quit is a byte-compiled function defined in ert.el.gz.

Signature

(make-ert-test-quit &key MESSAGES SHOULD-FORMS DURATION CONDITION BACKTRACE INFOS)

Documentation

Constructor for objects of type ert-test-quit.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
(cl-defstruct (ert-test-quit (:include ert-test-result-with-condition)))