Package org.junit.support.testng.engine
Class ConfiguringListener
- java.lang.Object
-
- org.junit.support.testng.engine.DefaultListener
-
- org.junit.support.testng.engine.ConfiguringListener
-
- All Implemented Interfaces:
org.testng.IAlterSuiteListener,org.testng.IClassListener,org.testng.IConfigurationListener,org.testng.IInvokedMethodListener,org.testng.ITestListener,org.testng.ITestNGListener
class ConfiguringListener extends DefaultListener
-
-
Field Summary
Fields Modifier and Type Field Description private org.junit.platform.engine.ConfigurationParametersconfigurationParameters
-
Constructor Summary
Constructors Constructor Description ConfiguringListener(org.junit.platform.engine.ConfigurationParameters configurationParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidalter(java.util.List<org.testng.xml.XmlSuite> suites)-
Methods inherited from class org.junit.support.testng.engine.DefaultListener
afterInvocation, afterInvocation, beforeConfiguration, beforeConfiguration, beforeInvocation, beforeInvocation, onAfterClass, onBeforeClass, onConfigurationFailure, onConfigurationFailure, onConfigurationSkip, onConfigurationSkip, onConfigurationSuccess, onConfigurationSuccess, onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestFailedWithTimeout, onTestFailure, onTestSkipped, onTestStart, onTestSuccess
-
-
-
-
Method Detail
-
alter
public void alter(java.util.List<org.testng.xml.XmlSuite> suites)
- Specified by:
alterin interfaceorg.testng.IAlterSuiteListener- Overrides:
alterin classDefaultListener
-
-