Class Find
java.lang.Object
org.hamcrest.BaseMatcher<String>
com.googlecode.catchexception.throwable.matcher.Find
- All Implemented Interfaces:
Serializable
,org.hamcrest.Matcher<String>
,org.hamcrest.SelfDescribing
Copied from Mockito internal.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toString
-
Constructor Details
-
Find
Instantiates a new find.- Parameters:
regex
- the regex
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceorg.hamcrest.Matcher<String>
-
describeTo
public void describeTo(org.hamcrest.Description description) - Specified by:
describeTo
in interfaceorg.hamcrest.SelfDescribing
-