|
||||||||||
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 ITestListener
onTestFailure
in class TestListenerAdapter
tr
- ITestResult
containing information about the run testITestResult.FAILURE
public void onTestSkipped(ITestResult tr)
ITestListener
onTestSkipped
in interface ITestListener
onTestSkipped
in class TestListenerAdapter
tr
- ITestResult
containing information about the run testITestResult.SKIP
public void onTestSuccess(ITestResult tr)
ITestListener
onTestSuccess
in interface ITestListener
onTestSuccess
in class TestListenerAdapter
tr
- ITestResult
containing information about the run testITestResult.SUCCESS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |