Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 548 Bytes

logical_matchers.rst

File metadata and controls

31 lines (21 loc) · 548 Bytes

Logical Matchers

Boolean logic using other matchers.

all_of

hamcrest.core.core.allof

all_of(matcher1[, matcher2[, ...]])

any_of

hamcrest.core.core.anyof

any_of(matcher1[, matcher2[, ...]])

anything

hamcrest.core.core.isanything

anything([description])

is_not

hamcrest.core.core.isnot