Package org.apache.beam.sdk.testing
Class RegexMatcher
- All Implemented Interfaces:
 Matcher<String>,SelfDescribing
Hamcrest matcher to assert a string matches a pattern.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(Description description) booleanstatic RegexMatcherMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toString 
- 
Constructor Details
- 
RegexMatcher
 
 - 
 - 
Method Details
- 
matches
 - 
describeTo
 - 
matches
 
 -