Home
last modified time | relevance | path

Searched refs:aWritableFile (Results 1 – 2 of 2) sorted by relevance

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/io/
DFileMatchersTest.java53 assertMatches("matches writable file", FileMatchers.aWritableFile(), file); in testAWritableFile()
55 assertDoesNotMatch("doesn't match unwritable file", FileMatchers.aWritableFile(), file); in testAWritableFile()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/io/
DFileMatchers.java31 public static Matcher<File> aWritableFile() { in aWritableFile() method in FileMatchers