Searched defs:expectedFiles (Results 1 – 3 of 3) sorted by relevance
120 List<AtomicFile> expectedFiles = new ArrayList<>(); in testPrune() local157 List<AtomicFile> expectedFiles = new ArrayList<>(); in testPrune_badFileName_noCrash() local
492 HashSet<String> expectedFiles = new HashSet<>(Arrays.asList(filenames)); in verifyInstalledFiles() local
716 private static void assertFileCount(int expectedFiles, File rootDir) throws Exception { in assertFileCount()