Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 861 Bytes

text_matchers.rst

File metadata and controls

43 lines (26 loc) · 861 Bytes

Text Matchers

Matchers that perform text comparisons.

contains_string

hamcrest.library.text.stringcontains

ends_with

hamcrest.library.text.stringendswith

equal_to_ignoring_case

hamcrest.library.text.isequal_ignoring_case

equal_to_ignoring_whitespace

hamcrest.library.text.isequal_ignoring_whitespace

matches_regexp

hamcrest.library.text.stringmatches

starts_with

hamcrest.library.text.stringstartswith

string_contains_in_order

hamcrest.library.text.stringcontainsinorder

string_contains_in_order(string1[, string2[, ...]])