Package org.testng.reporters
Class DotTestListener
java.lang.Object
org.testng.reporters.DotTestListener
- All Implemented Interfaces:
ITestListener,ITestNGListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked each time a test fails.voidInvoked each time a test is skipped.voidInvoked each time a test succeeds.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.testng.ITestListener
onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestFailedWithTimeout, onTestStartMethods inherited from interface org.testng.ITestNGListener
isEnabled
-
Constructor Details
-
DotTestListener
public DotTestListener()
-
-
Method Details
-
onTestFailure
Description copied from interface:ITestListenerInvoked each time a test fails.- Specified by:
onTestFailurein interfaceITestListener- Parameters:
tr-ITestResultcontaining information about the run test- See Also:
-
onTestSkipped
Description copied from interface:ITestListenerInvoked each time a test is skipped.- Specified by:
onTestSkippedin interfaceITestListener- Parameters:
tr-ITestResultcontaining information about the run test- See Also:
-
onTestSuccess
Description copied from interface:ITestListenerInvoked each time a test succeeds.- Specified by:
onTestSuccessin interfaceITestListener- Parameters:
tr-ITestResultcontaining information about the run test- See Also:
-