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.ITestListener
,org.testng.ITestNGListener
class ConfiguringListener extends DefaultListener
-
-
Field Summary
Fields Modifier and Type Field Description private org.junit.platform.engine.ConfigurationParameters
configurationParameters
-
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 void
alter(java.util.List<org.testng.xml.XmlSuite> suites)
-
Methods inherited from class org.junit.support.testng.engine.DefaultListener
beforeConfiguration, beforeConfiguration, 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:
alter
in interfaceorg.testng.IAlterSuiteListener
- Overrides:
alter
in classDefaultListener
-
-