Searched refs:VerboseReporter (Results 1 – 3 of 3) sorted by relevance
21 public class VerboseReporter extends TestListenerAdapter { class45 public VerboseReporter() { in VerboseReporter() method in VerboseReporter54 public VerboseReporter(String prefix) { in VerboseReporter() method in VerboseReporter
41 import org.testng.reporters.VerboseReporter;1138 if (output.startsWith(VerboseReporter.LISTENER_PREFIX)) { in handleOutput()1159 if (line.startsWith(VerboseReporter.LISTENER_PREFIX)) { in processLine()
53 import org.testng.reporters.VerboseReporter;904 addListener(new VerboseReporter("[TestNG] ")); in initializeDefaultListeners()