Function: ert-test-result-with-condition-should-forms

ert-test-result-with-condition-should-forms is a byte-compiled function defined in ert.el.gz.

Signature

(ert-test-result-with-condition-should-forms CL-X)

Documentation

Access slot "should-forms" of ert-test-result-with-condition struct CL-X.

Source Code

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