Function: ert-test-result-p

ert-test-result-p is a byte-compiled function defined in ert.el.gz.

Signature

(ert-test-result-p CL-X)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
;; The data structures that represent the result of running a test.
(cl-defstruct ert-test-result
  (messages nil)
  (should-forms nil)
  (duration 0)
  )