Should testing terminate immediately upon failure or error?
Should testing terminate immediately upon failure or error?
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, returing a test-plan collection
Load a collection of testables, returing 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