Package org.junit.support.testng.engine
Interface TestNGTestEngine.Configurer
-
- All Known Implementing Classes:
TestNGTestEngine.Phase
- Enclosing class:
- TestNGTestEngine
static interface TestNGTestEngine.Configurer
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default 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(java.lang.Class<?>[] testClasses)
static TestNGTestEngine.Configurer
testMethods(java.util.List<java.lang.String> methodNames)
-
-
-
Method Detail
-
testClasses
static TestNGTestEngine.Configurer testClasses(java.lang.Class<?>[] testClasses)
-
testMethods
static TestNGTestEngine.Configurer testMethods(java.util.List<java.lang.String> methodNames)
-
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)
-
-