Liking cljdoc? Tell your friends :D

clj-foundation.unit-test-common

A common place to put code that we always want to run before / after tests.

A common place to put code that we always want to run before / after tests.
raw docstring

common-each-cleanupclj

(common-each-cleanup)

Setup code applicable to all unit tests

Setup code applicable to all unit tests
sourceraw docstring

common-each-setupclj

(common-each-setup)

Setup code applicable to all unit tests

Setup code applicable to all unit tests
sourceraw docstring

common-each-test-fixtureclj

(common-each-test-fixture f)

A common EACH unit test fixture suitable to wrap any / all unit tests with setup and teardown that run for each test

A common EACH unit test fixture suitable to wrap any / all unit tests with
setup and teardown that run for each test
sourceraw docstring

common-once-cleanupclj

(common-once-cleanup)

Tear down / cleanup code common to all unit tests

Tear down / cleanup code common to all unit tests
sourceraw docstring

common-once-setupclj

(common-once-setup)

Setup code applicable to all unit tests. By default we turn Specs library function validation on.

Setup code applicable to all unit tests.  By default we turn Specs library function validation on.
sourceraw docstring

common-once-test-fixtureclj

(common-once-test-fixture f)

A common ONCE unit test fixture suitable to wrap all unit tests with initial one time setup and a final one time cleanup

A common ONCE unit test fixture suitable to wrap all unit tests with
initial one time setup and a final one time cleanup
sourceraw docstring

register-fixturesclj

(register-fixtures)
source

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

× close