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-location*clj

Can be bound by a test type to override detecting the current line/file from the stacktrace in case of failure. The value should be a map with keys :file and :line.

Can be bound by a test type to override detecting the current line/file from
the stacktrace in case of failure. The value should be a map with keys `:file`
and `:line`.
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

add-descclj

(add-desc testable description)
source

handle-load-errorclj

(handle-load-error testable)
source

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-error?clj

(load-error? testable)
source

load-testablesclj

(load-testables testables)

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

Load a collection of testables, returning 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-testableclj

(run-testable test test-plan)
source

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