Class CharSequenceMatcher
java.lang.Object
org.dmfs.jems2.hamcrest.matchers.charsequence.CharSequenceMatcher
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<CharSequence>validCharSequence(CharSequence expected) Tests the contract of aCharSequenceagainst the given String value.
-
Method Details
-
validCharSequence
Tests the contract of aCharSequenceagainst the given String value.- Parameters:
expected- ACharSequencewhich represents the expected characters.- Returns:
- A
Matcherwhich testsCharSequences.
-