Liking cljdoc? Tell your friends :D

tupelo.test.jvm

Testing functions for JVM usage only (not CLJS).

Testing functions for JVM usage only (not CLJS).
raw docstring

*equality-digits-double=*clj

Default number of digits that must match for 2 Double values to be considerd 'equal'. A 64-bit float has about 15 decimal digits of precision.

Default number of digits that must match for 2 Double values to be considerd 'equal'.
A 64-bit float has about 15 decimal digits of precision.
sourceraw docstring

*equality-digits-float=*clj

Default number of digits that must match for 2 Float values to be considered 'equal'. A 32-bit float has about 7 decimal digits of precision.

Default number of digits that must match for 2 Float values to be considered 'equal'.
A 32-bit float has about 7 decimal digits of precision.
sourceraw docstring

check-iscljmacro

(check-is & body)
source

check-isntcljmacro

(check-isnt & body)
source

define-fixturecljmacro

(define-fixture mode interceptor-map)
source

dospeccljmacro

(dospec & body)
source

is-double=cljmacro

(is-double= & forms)

Use (is-double= ...) instead of (is (rel= ... :digits digits-double=))

Use (is-double= ...) instead of (is (rel= ... :digits *digits-double=*))
sourceraw docstring

is-float=cljmacro

(is-float= & forms)

Use (is-float= ...) instead of (is (rel= ... :digits digits-float=))

Use (is-float= ...) instead of (is (rel= ... :digits *digits-float=*))
sourceraw docstring

isnt-double=cljmacro

(isnt-double= & forms)

Use (isnt-double= ...) instead of (is (rel= ... :digits digits-double=))

Use (isnt-double= ...) instead of (is (rel= ... :digits *digits-double=*))
sourceraw docstring

isnt-float=cljmacro

(isnt-float= & forms)

Use (isnt-float= ...) instead of (is (rel= ... :digits digits-float=))

Use (isnt-float= ...) instead of (is (rel= ... :digits *digits-float=*))
sourceraw docstring

use-fixturescljmacro

(use-fixtures & forms)

Alias for clojure.test/use-fixtures

Alias for clojure.test/use-fixtures
sourceraw docstring

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

× close