Searched refs:expectationsFile (Results 1 – 1 of 1) sorted by relevance
165 public void parse(File expectationsFile, ModeId mode) throws IOException { in parse() argument166 Log.verbose("loading expectations file " + expectationsFile); in parse()168 try (Reader fileReader = new FileReader(expectationsFile)) { in parse()169 String source = expectationsFile.toString(); in parse()