com.madgag.hamcrest
Class FileExistenceMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<File>
com.madgag.hamcrest.FileExistenceMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<File>, org.hamcrest.SelfDescribing
public class FileExistenceMatcher
- extends org.hamcrest.TypeSafeMatcher<File>
| Methods inherited from class org.hamcrest.TypeSafeMatcher |
describeMismatch, describeMismatchSafely, matches |
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
matchesSafely
public boolean matchesSafely(File file)
- Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<File>
describeTo
public void describeTo(org.hamcrest.Description description)
exists
public static <T> org.hamcrest.Matcher<File> exists()
doesNotExist
public static <T> org.hamcrest.Matcher<File> doesNotExist()
Copyright © 2011. All Rights Reserved.