Liking cljdoc? Tell your friends :D

cljest.matchers


called-times?cljs

(called-times? & ___32214__auto__)

called-with?cljs

(called-with? & ___32214__auto__)

called?cljs

(called? & ___32214__auto__)

checked?cljs

(checked? & ___32214__auto__)

contains-element?cljs

(contains-element? & ___32214__auto__)

contains-html?cljs

(contains-html? & ___32214__auto__)

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`.
raw docstring

disabled?cljs

(disabled? & ___32214__auto__)

empty-dom-element?cljs

(empty-dom-element? & ___32214__auto__)

enabled?cljs

(enabled? & ___32214__auto__)

has-accessible-description?cljs

(has-accessible-description? & ___32214__auto__)

has-accessible-name?cljs

(has-accessible-name? & ___32214__auto__)

has-attr?cljs

(has-attr? & ___32214__auto__)

has-attribute?cljs

(has-attribute? & ___32214__auto__)

has-class?cljs

(has-class? & ___32214__auto__)

has-display-value?cljs

(has-display-value? & ___32214__auto__)

has-error-msg?cljs

(has-error-msg? & ___32214__auto__)

has-focus?cljs

(has-focus? & ___32214__auto__)

has-style?cljs

(has-style? & ___32214__auto__)

has-text-content?cljs

(has-text-content? & ___32214__auto__)

has-value?cljs

(has-value? & ___32214__auto__)

in-the-document?cljs

(in-the-document? & ___32214__auto__)

invalid?cljs

(invalid? & ___32214__auto__)

partially-checked?cljs

(partially-checked? & ___32214__auto__)

required?cljs

(required? & ___32214__auto__)

valid?cljs

(valid? & ___32214__auto__)

visible?cljs

(visible? & ___32214__auto__)

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

× close