IConfigurationListener, IConfigurationListener2, IResultListener, IResultListener2, ITestListener, ITestNGListenerpublic class DotTestListener extends TestListenerAdapter
| Constructor | Description |
|---|---|
DotTestListener() |
| Modifier and Type | Method | 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, wait, wait, waitbeforeConfiguration, getAllTestMethods, getConfigurationFailures, getConfigurationSkips, getFailedButWithinSuccessPercentageTests, getFailedTests, getPassedTests, getSkippedTests, getTestContexts, onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess, onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestStart, setAllTestMethods, setFailedButWithinSuccessPercentageTests, setFailedTests, setPassedTests, setSkippedTests, toStringpublic void onTestFailure(ITestResult tr)
ITestListeneronTestFailure in interface ITestListeneronTestFailure in class TestListenerAdaptertr - ITestResult containing information about the run testITestResult.FAILUREpublic void onTestSkipped(ITestResult tr)
ITestListeneronTestSkipped in interface ITestListeneronTestSkipped in class TestListenerAdaptertr - ITestResult containing information about the run testITestResult.SKIPpublic void onTestSuccess(ITestResult tr)
ITestListeneronTestSuccess in interface ITestListeneronTestSuccess in class TestListenerAdaptertr - ITestResult containing information about the run testITestResult.SUCCESS