Liking cljdoc? Tell your friends :D

midje.checking.core

Core ideas underlying all checking

Core ideas underlying all checking
raw docstring

as-data-laden-falsehoodclj

(as-data-laden-falsehood value)
source

data-laden-falsehood-to-mapclj

(data-laden-falsehood-to-map value)

Used for testing Midje itself, this prevents a Midje example of the expected creation of a data-laden falsehood from being interpreted as a failure.

Used for testing Midje itself, this prevents a Midje
example of the expected creation of a data-laden falsehood
from being interpreted as a failure.
sourceraw docstring

data-laden-falsehood?clj

(data-laden-falsehood? value)
source

detailed-extended-=clj

(detailed-extended-= actual expected)

Equality check that can handle checker functions and compare arguments of different types. Returns a tuple containing the boolean result and a failure detail map

Equality check that can handle checker functions and compare arguments of
different types. Returns a tuple containing the boolean result and a failure
detail map
sourceraw docstring

evaluate-checking-functionclj

(evaluate-checking-function function actual)

Returns a sequence. The first value is either truthy or falsey. If falsey, the second value is a map with any additional information. (It may be empty.) If the result is an exception, the second value contains it under the :thrown key.

Returns a sequence. The first value is either truthy or falsey.
If falsey, the second value is a map with
any additional information. (It may be empty.) If the
result is an exception, the second value contains it under
the :thrown key.
sourceraw docstring

extended-=clj

(extended-= actual expected)
source

extended-false?clj

(extended-false? value)
source

extended-list-=clj

(extended-list-= actual-args checkers)

Element-by-element comparison, using extended-= for the right-hand-side values.

Element-by-element comparison, using extended-= for the right-hand-side values.
sourceraw docstring

extended-true?clj

(extended-true? value)
source

inherently-false-map-to-record-comparison-noteclj

(inherently-false-map-to-record-comparison-note actual expected)
source

inherently-false-map-to-record-comparison?clj

(inherently-false-map-to-record-comparison? actual expected)
source

raw-detailed-extended-=clj

(raw-detailed-extended-= actual expected)
source

user-friendly-falsehoodclj

(user-friendly-falsehood value)
source

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

× close