Home
last modified time | relevance | path

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

/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
DPathUtilsIsEmptyTest.java32 …public static final Path DIR_SIZE_1 = Paths.get("src/test/resources/org/apache/commons/io/dirs-1-f… field in PathUtilsIsEmptyTest
47 Assertions.assertFalse(PathUtils.isEmpty(DIR_SIZE_1)); in testIsEmpty()
55 Assertions.assertFalse(PathUtils.isEmptyDirectory(DIR_SIZE_1)); in testIsEmptyDirectory()
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DFileUtilsTest.java1661 … Assertions.assertFalse(FileUtils.isEmptyDirectory(PathUtilsIsEmptyTest.DIR_SIZE_1.toFile()));