Should testing terminate immediately upon failure or error?
Should testing terminate immediately upon failure or error?
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`.
Given a testable, load the specified tests, producing a test-plan.
Given a testable, load the specified tests, producing a test-plan.
Given a test-plan, perform the tests, returning the test results.
Given a test-plan, perform the tests, returning the test results.
(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.
(load-testables testables)
Load a collection of testables, returning a test-plan collection
Load a collection of testables, returning a test-plan collection
(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.
(run-testables testables test-plan)
Run a collection of testables, returning a result collection.
Run a collection of testables, returning a result collection.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close