Class TextReporter

java.lang.Object
org.testng.reporters.TextReporter
All Implemented Interfaces:
ITestListener, ITestNGListener

public class TextReporter extends Object implements ITestListener
A simple reporter that collects the results and prints them on standard out.
  • Field Details

  • Constructor Details

    • TextReporter

      public TextReporter(String testName, int verbose)
  • Method Details