public class TextReporter extends Object implements ITestListener
| Constructor and Description |
|---|
TextReporter(String testName,
int verbose) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFinish(ITestContext context)
Invoked after all the test methods belonging to the classes inside the <test> tag have
run and all their Configuration methods have been called.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonStart, onTestFailedButWithinSuccessPercentage, onTestFailedWithTimeout, onTestFailure, onTestSkipped, onTestStart, onTestSuccesspublic TextReporter(String testName, int verbose)
public void onFinish(ITestContext context)
ITestListeneronFinish in interface ITestListenercontext - The test contextCopyright © 2025. All rights reserved.