Searched refs:expectationFiles (Results 1 – 3 of 3) sorted by relevance
50 Set<File> expectationFiles = new HashSet<File>(); in main() local75 expectationFiles.add(new File(getArg(args, ++i, in main()128 ExpectationStore failuresStore = ExpectationStore.parse(expectationFiles, ModeId.DEVICE); in main()
121 … public static ExpectationStore parse(Set<File> expectationFiles, ModeId mode) throws IOException { in parse() argument123 for (File f : expectationFiles) { in parse()
395 Set<File> expectationFiles = new HashSet<>(); in getExcludeFile() local398 expectationFiles.add(f); in getExcludeFile()401 ExpectationStore.parse(expectationFiles, ModeId.DEVICE); in getExcludeFile()