Searched refs:DIR_SIZE_1 (Results 1 – 2 of 2) sorted by relevance
32 …public static final Path DIR_SIZE_1 = Paths.get("src/test/resources/org/apache/commons/io/dirs-1-f… field in PathUtilsIsEmptyTest47 Assertions.assertFalse(PathUtils.isEmpty(DIR_SIZE_1)); in testIsEmpty()55 Assertions.assertFalse(PathUtils.isEmptyDirectory(DIR_SIZE_1)); in testIsEmptyDirectory()
1661 … Assertions.assertFalse(FileUtils.isEmptyDirectory(PathUtilsIsEmptyTest.DIR_SIZE_1.toFile()));