public class DotTestListener extends Object implements ITestListener
| Constructor and Description |
|---|
DotTestListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onTestFailure(ITestResult tr)
Invoked each time a test fails.
|
void |
onTestSkipped(ITestResult tr)
Invoked each time a test is skipped.
|
void |
onTestSuccess(ITestResult tr)
Invoked each time a test succeeds.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestFailedWithTimeout, onTestStartpublic void onTestFailure(ITestResult tr)
ITestListeneronTestFailure in interface ITestListenertr - ITestResult containing information about the run testITestResult.FAILUREpublic void onTestSkipped(ITestResult tr)
ITestListeneronTestSkipped in interface ITestListenertr - ITestResult containing information about the run testITestResult.SKIPpublic void onTestSuccess(ITestResult tr)
ITestListeneronTestSuccess in interface ITestListenertr - ITestResult containing information about the run testITestResult.SUCCESSCopyright © 2025. All rights reserved.