Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 497 Bytes

dictionary_matchers.rst

File metadata and controls

27 lines (17 loc) · 497 Bytes

Dictionary Matchers

Matchers of dictionaries.

has_entries

hamcrest.library.collection.isdict_containingentries

has_entries(matcher_dict)

has_entry

hamcrest.library.collection.isdict_containing

has_key

hamcrest.library.collection.isdict_containingkey

has_value

hamcrest.library.collection.isdict_containingvalue