Searched refs:reportPass (Results 1 – 1 of 1) sorted by relevance
1106 ReportPassedTests reportPass = null; in invoke() local1110 reportPass = new ReportPassedTests(); in invoke()1111 reportPass.setConfiguration(config); in invoke()1112 allListeners.add(reportPass); in invoke()1171 if (reportPass != null) { in invoke()1172 reportPass.setLogger(listener); in invoke()