Function: cider-test-next-result

cider-test-next-result is an interactive and byte-compiled function defined in cider-test.el.

Signature

(cider-test-next-result)

Documentation

Move point to the next test result, if one exists.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-test.el
(defun cider-test-next-result ()
  "Move point to the next test result, if one exists."
  (interactive)
  (cider-test--move-to-result #'next-single-property-change))