|
|
fun areEqualRegexMatcher(regex: Regex): Matcher<Regex> |
|
|
fun beRegex(regex: Regex): Matcher<Regex> |
|
|
fun haveExactOptions(options: Set<RegexOption>): Matcher<Regex> |
|
|
fun havePattern(pattern: String): Matcher<Regex> |
|
|
fun haveRegexOptionMatcher(option: RegexOption): Matcher<Regex>
fun haveRegexOptionMatcher(options: Set<RegexOption>): Matcher<Regex> |
|
|
fun haveSamePatternMatcher(pattern: String): Matcher<Regex> |
|
|
fun haveSameRegexOptionsMatcher(options: Set<RegexOption>): Matcher<Regex> |
|
|
fun includeOption(option: RegexOption): Matcher<Regex> |
|
|
fun includeOptions(options: Set<RegexOption>): Matcher<Regex> |