Searched refs:testLogFile (Results 1 – 2 of 2) sorted by relevance
326 testLogFile(listener, String.format(PYTHON_LOG_STDERR_FORMAT, runName), stderrFile); in runSinglePythonFile()336 testLogFile( in runSinglePythonFile()414 private static void testLogFile(ITestInvocationListener listener, String dataName, File f) { in testLogFile() method in PythonBinaryHostTest
616 File testLogFile = FileUtil.createTempFile("dataname", ".txt"); in testParse_avoidDoubleLog() local618 LogFile logFile = new LogFile(testLogFile.getAbsolutePath(), "", LogDataType.TEXT); in testParse_avoidDoubleLog()641 FileUtil.deleteFile(testLogFile); in testParse_avoidDoubleLog()