Skip to main content

use-fixtures

multimethodv1.1

clojure.test/use-fixtures

Available in:BBCLJCLJS
Wrap test runs in a fixture function to perform setup and teardown. Using a fixture-type of :each wraps every test individually, while :once wraps the whole run in a single function.

No examples yet. Be the first to add one!