FileMatchers Hamcrest Matcher implementations for File s. API FileMatchers.java class FileMatchers { Matcher<File> existsAndNotEmpty() Matcher<File> equalsFile(File file) }