Package org.testng.internal
Interface IResultListener
- All Superinterfaces:
IConfigurationListener
,ITestListener
,ITestNGListener
- All Known Subinterfaces:
IResultListener2
- All Known Implementing Classes:
ExitCodeListener
,JUnitXMLReporter
,TestListenerAdapter
A convenient interface to use when implementing listeners.
- Author:
- Alexandru Popescu
-
Method Summary
Methods inherited from interface org.testng.IConfigurationListener
beforeConfiguration, beforeConfiguration, onConfigurationFailure, onConfigurationFailure, onConfigurationSkip, onConfigurationSkip, onConfigurationSuccess, onConfigurationSuccess
Methods inherited from interface org.testng.ITestListener
onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestFailedWithTimeout, onTestFailure, onTestSkipped, onTestStart, onTestSuccess
Methods inherited from interface org.testng.ITestNGListener
isEnabled