Inline asserts and helpers
Inline asserts and helpers
(different-meta-declarations a b)
Some text
Some text
(no-test-fn a b)
Should have an example, but no :test
implementation
Should have an example, but no `:test` implementation
(should-have-no-examples)
shouldn't have examples or test because it is empty.
shouldn't have examples or test because it is empty.
(something-to-fail a b)
Sums two numbers. Fails tests
Sums two numbers. Fails tests
(something-to-test a b)
Multtplies two numbers. Passes tests correctly
Multtplies two numbers. Passes tests correctly
(test-defns-meta a b)
Sums two numbers. Tests should pass
Sums two numbers. Tests should pass
(test-defns-simple-mult-fail a b)
Multiplies two numbers. Tests should fail
Multiplies two numbers. Tests should fail
(test-defns-simple-sum a b)
Sums two numbers. Tests should pass
Sums two numbers. Tests should pass
(variadic-fn a b)
(variadic-fn a b c)
(variadic-fn a b c d)
Takes several arguments as parameters
Takes several arguments as parameters
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close