public class FileNameMatcher
extends org.hamcrest.TypeSafeMatcher<java.io.File>
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(java.io.File testedFile,
org.hamcrest.Description desc) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(java.io.File testedFile) |
protected boolean matchesSafely(java.io.File testedFile)
matchesSafely in class org.hamcrest.TypeSafeMatcher<java.io.File>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(java.io.File testedFile,
org.hamcrest.Description desc)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<java.io.File>