public interface PatternTester4
Pattern.| Modifier and Type | Method and Description |
|---|---|
PatternTester3 |
equalTo(String equalTo)
Specify an expected String for the group.
|
PatternTester3 |
matching(Matcher<String> matching)
Specify a matcher to validate the group.
|
PatternTester3 matching(Matcher<String> matching)
matching - the matcherthe next step of the DSL.PatternTester3 equalTo(String equalTo)
This is a shortcut to matching(equalTo(...))
equalTo - the expected String.the next step of the DSL.Copyright © 2018 Powerunit. All rights reserved.