Liking cljdoc? Tell your friends :D

cljest.matchers


called-times?cljs

(called-times? & ___32216__auto__)
source

called-with?cljs

(called-with? & ___32216__auto__)
source

called?cljs

(called? & ___32216__auto__)
source

checked?cljs

(checked? & ___32216__auto__)
source

contains-element?cljs

(contains-element? & ___32216__auto__)
source

contains-html?cljs

(contains-html? & ___32216__auto__)
source

defmatcherclj/smacro

(defmatcher sym matcher-name)

A macro for defining a Jest matcher. Creates a function with metadata that will allow cljest.core/is to treat this symbol as a Jest matcher, rather than a regular symbol.

This allows the compiler to generate simpler code, making one expect call for the matcher, rather than two (the is and the underlying matcher).

When the function defined by defmatcher is called, it will throw as it is replaced when compiled in is.

A macro for defining a Jest matcher. Creates a function with metadata that will allow
`cljest.core/is` to treat this symbol as a Jest matcher, rather than a regular symbol.

This allows the compiler to generate simpler code, making one expect call for the matcher,
rather than two (the `is` and the underlying matcher).

When the function defined by `defmatcher` is called, it will throw as it is replaced when
compiled in `is`.
sourceraw docstring

disabled?cljs

(disabled? & ___32216__auto__)
source

empty-dom-element?cljs

(empty-dom-element? & ___32216__auto__)
source

enabled?cljs

(enabled? & ___32216__auto__)
source

has-accessible-description?cljs

(has-accessible-description? & ___32216__auto__)
source

has-accessible-name?cljs

(has-accessible-name? & ___32216__auto__)
source

has-attr?cljs

(has-attr? & ___32216__auto__)
source

has-attribute?cljs

(has-attribute? & ___32216__auto__)
source

has-class?cljs

(has-class? & ___32216__auto__)
source

has-display-value?cljs

(has-display-value? & ___32216__auto__)
source

has-error-msg?cljs

(has-error-msg? & ___32216__auto__)
source

has-focus?cljs

(has-focus? & ___32216__auto__)
source

has-style?cljs

(has-style? & ___32216__auto__)
source

has-text-content?cljs

(has-text-content? & ___32216__auto__)
source

has-value?cljs

(has-value? & ___32216__auto__)
source

in-the-document?cljs

(in-the-document? & ___32216__auto__)
source

invalid?cljs

(invalid? & ___32216__auto__)
source

partially-checked?cljs

(partially-checked? & ___32216__auto__)
source

required?cljs

(required? & ___32216__auto__)
source

valid?cljs

(valid? & ___32216__auto__)
source

visible?cljs

(visible? & ___32216__auto__)
source

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

× close