Liking cljdoc? Tell your friends :D

midje.emission.clojure-test-facade

Midje makes use of clojure.test for its reporting. This facade shows how.

Midje makes use of clojure.test for its reporting. This
facade shows how.
raw docstring

forget-failuresclj

(forget-failures)

This can only be used within the dynamic scope of run-tests.

This can only be used within the dynamic scope of run-tests.
sourceraw docstring

note-failclj

(note-fail)
source

note-passclj

(note-pass)
source

note-testclj

(note-test)
source

outputclj

(output & texts)
source

reportcljmultimethod

source

run-testsclj

(run-tests namespaces)

Run clojure.test tests in the given namespaces. It does not affect the Midje fact counters but instead returns a map that can be used to produce a separate report.

Run clojure.test tests in the given namespaces. It does not
affect the Midje fact counters but instead returns a map
that can be used to produce a separate report.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close