Function: ert--stats-test-pos
ert--stats-test-pos is a byte-compiled function defined in ert.el.gz.
Signature
(ert--stats-test-pos STATS TEST)
Documentation
Return the position (index) of TEST in the run represented by STATS.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
(defun ert--stats-test-pos (stats test)
;; checkdoc-order: nil
"Return the position (index) of TEST in the run represented by STATS."
(gethash (ert--stats-test-key test) (ert--stats-test-map stats)))