Class TextReporter

  • All Implemented Interfaces:
    ITestListener, ITestNGListener

    public class TextReporter
    extends java.lang.Object
    implements ITestListener
    A simple reporter that collects the results and prints them on standard out.
    • Constructor Detail

      • TextReporter

        public TextReporter​(java.lang.String testName,
                            int verbose)
    • Method Detail

      • 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