Searched refs:fileSpace (Results 1 – 1 of 1) sorted by relevance
139 long fileSpace = getLinuxSpace(FREE_SPACE_NUM, testFile); in test_getFreeSpace() local142 if (fileSpace > 0) { in test_getFreeSpace()143 assertEquals(fileSpace, testFile.getFreeSpace()); in test_getFreeSpace()156 long fileSpace = getLinuxSpace(TOTAL_SPACE_NUM, testFile); in test_getTotalSpace() local158 if (fileSpace > 0) { in test_getTotalSpace()159 assertEquals(fileSpace, testFile.getTotalSpace()); in test_getTotalSpace()171 long fileSpace = getLinuxSpace(USABLE_SPACE_NUM, testFile); in test_getUsableSpace() local173 if (fileSpace > 0) { in test_getUsableSpace()174 assertEquals(fileSpace, testFile.getUsableSpace()); in test_getUsableSpace()