Package org.junit.support.testng.engine
Interface TestNGTestEngine.Configurer
- All Known Implementing Classes:
TestNGTestEngine.Phase
- Enclosing class:
TestNGTestEngine
static interface TestNGTestEngine.Configurer
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
configure
(org.testng.CommandLineArgs commandLineArgs, org.junit.platform.engine.ConfigurationParameters config) default void
configure
(org.testng.TestNG testNG, org.junit.platform.engine.ConfigurationParameters config) static TestNGTestEngine.Configurer
testClasses
(Class<?>[] testClasses) static TestNGTestEngine.Configurer
testMethods
(List<String> methodNames)
-
Method Details
-
testClasses
-
testMethods
-
configure
default void configure(org.testng.TestNG testNG, org.junit.platform.engine.ConfigurationParameters config) -
configure
default void configure(org.testng.CommandLineArgs commandLineArgs, org.junit.platform.engine.ConfigurationParameters config)
-