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.
  • Constructor Details

    • TextReporter

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

    • onFinish

      public void onFinish(ITestContext context)
      Description copied from interface: ITestListener
      Invoked after all the test methods belonging to the classes inside the <test> tag have run and all their Configuration methods have been called.
      Specified by:
      onFinish in interface ITestListener
      Parameters:
      context - The test context