Searched refs:reportFilename (Results 1 – 2 of 2) sorted by relevance
539 final String reportFilename = data.getLogFile(LogFileType.RESULT); in runTest() local540 if (reportFilename != null && !reportFilename.isEmpty()) { in runTest()541 loopbackReport = new File(reportFilename); in runTest()
83 String reportFilename = "report.pb"; in setUp() local84 File reportFile = testDir.newFile(reportFilename); in setUp()