Uses of Interface
org.junit.support.testng.engine.TestNGTestEngine.Configurer
-
-
Uses of TestNGTestEngine.Configurer in org.junit.support.testng.engine
Classes in org.junit.support.testng.engine that implement TestNGTestEngine.Configurer Modifier and Type Class Description (package private) static class
TestNGTestEngine.Phase
Methods in org.junit.support.testng.engine that return TestNGTestEngine.Configurer Modifier and Type Method Description static TestNGTestEngine.Configurer
TestNGTestEngine.Configurer. testClasses(java.lang.Class<?>[] testClasses)
static TestNGTestEngine.Configurer
TestNGTestEngine.Configurer. testMethods(java.util.List<java.lang.String> methodNames)
Methods in org.junit.support.testng.engine with parameters of type TestNGTestEngine.Configurer Modifier and Type Method Description private static void
TestNGTestEngine. configureAndRun(org.junit.platform.engine.ConfigurationParameters configurationParameters, org.testng.ITestNGListener listener, TestNGTestEngine.Configurer... configurers)
-