|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.testng.TestListenerAdapter
org.testng.reporters.DotTestListener
public class DotTestListener
| Constructor Summary | |
|---|---|
DotTestListener()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DotTestListener()
| Method Detail |
|---|
public void onTestFailure(ITestResult tr)
ITestListener
onTestFailure in interface ITestListeneronTestFailure in class TestListenerAdaptertr - ITestResult containing information about the run testITestResult.FAILUREpublic void onTestSkipped(ITestResult tr)
ITestListener
onTestSkipped in interface ITestListeneronTestSkipped in class TestListenerAdaptertr - ITestResult containing information about the run testITestResult.SKIPpublic void onTestSuccess(ITestResult tr)
ITestListener
onTestSuccess in interface ITestListeneronTestSuccess in class TestListenerAdaptertr - ITestResult containing information about the run testITestResult.SUCCESS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||