Liking cljdoc? Tell your friends :D

kaocha.testable


*current-testable*clj

source

*fail-fast?*clj

Should testing terminate immediately upon failure or error?

Should testing terminate immediately upon failure or error?
sourceraw docstring

*test-plan*clj

source

-loadcljmultimethod

Given a testable, load the specified tests, producing a test-plan.

Given a testable, load the specified tests, producing a test-plan.
sourceraw docstring

-runcljmultimethod

Given a test-plan, perform the tests, returning the test results.

Given a test-plan, perform the tests, returning the test results.
sourceraw docstring

loadclj

(load testable)

Given a testable, load the specified tests, producing a test-plan.

Also performs validation, and lazy loading of the testable type's implementation.

Given a testable, load the specified tests, producing a test-plan.

Also performs validation, and lazy loading of the testable type's
implementation.
sourceraw docstring

load-testablesclj

(load-testables testables)

Load a collection of testables, returing a test-plan collection

Load a collection of testables, returing a test-plan collection
sourceraw docstring

runclj

(run testable test-plan)

Given a test-plan, perform the tests, returning the test results.

Also performs validation, and lazy loading of the testable type's implementation.

Given a test-plan, perform the tests, returning the test results.

Also performs validation, and lazy loading of the testable type's
implementation.
sourceraw docstring

run-testablesclj

(run-testables testables test-plan)

Run a collection of testables, returning a result collection.

Run a collection of testables, returning a result collection.
sourceraw docstring

test-seqclj

(test-seq testable)
source

try-load-third-party-libclj

(try-load-third-party-lib type)
source

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

× close