Searched refs:expected_output_file (Results 1 – 2 of 2) sorted by relevance
79 File expected_output_file = File.createTempFile("expected_output", ".txt"); in handleDivergences() local94 writeToFile(expected_output_file.getAbsolutePath(), otherOutput); in handleDivergences()96 expected_output_file.getAbsolutePath(), logFile); in handleDivergences()101 expected_output_file.delete(); in handleDivergences()
410 with open(args.expected_output, 'r') as expected_output_file:411 output_checker = EqualsOutputCheck(expected_output_file.read())