public class RegexStringMatcher extends BodyMatcher<NottableString>
| Constructor and Description |
|---|
RegexStringMatcher(NottableString matcher) |
RegexStringMatcher(String matcher) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(NottableString matched) |
static boolean |
matches(NottableString matcher,
NottableString matched,
boolean ignoreCase) |
boolean |
matches(String matched) |
static boolean |
matches(String matcher,
String matched,
boolean ignoreCase) |
notaddFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toStringpublic RegexStringMatcher(String matcher)
public RegexStringMatcher(NottableString matcher)
public static boolean matches(NottableString matcher, NottableString matched, boolean ignoreCase)
public boolean matches(String matched)
public boolean matches(NottableString matched)
Copyright © 2018. All rights reserved.