public interface PatternTester2
Pattern.| Modifier and Type | Method and Description |
|---|---|
PatternTester3 |
thenMatching()
Specify that the received input String is accepted by the
Pattern under test. |
PatternTester1 |
thenNoMatching()
Specify that the received input String is not accepted by the
Pattern under test. |
PatternTester1 thenNoMatching()
Pattern under test.The next step of the DSL.PatternTester3 thenMatching()
Pattern under test.The next step of the DSL.Copyright © 2018 Powerunit. All rights reserved.