Uses of Interface
org.apache.maven.surefire.testng.conf.Configurator
-
Packages that use Configurator Package Description org.apache.maven.surefire.testng org.apache.maven.surefire.testng.conf -
-
Uses of Configurator in org.apache.maven.surefire.testng
Methods in org.apache.maven.surefire.testng that return Configurator Modifier and Type Method Description private static Configurator
TestNGExecutor. getConfigurator(java.lang.String className)
-
Uses of Configurator in org.apache.maven.surefire.testng.conf
Classes in org.apache.maven.surefire.testng.conf that implement Configurator Modifier and Type Class Description class
AbstractDirectConfigurator
Configurator that relies on reflection to set parameters in TestNGclass
TestNG4751Configurator
TestNG 4.7 and 5.1 configurator.class
TestNG510Configurator
TestNG 5.10 configurator.class
TestNG513Configurator
TestNG 5.13 configurator.class
TestNG5141Configurator
TestNG 5.14.1 configurator.class
TestNG5143Configurator
TestNG 5.14.3 configurator.class
TestNG52Configurator
TestNG 5.2 configurator.class
TestNG60Configurator
TestNG 6.0 configurator.class
TestNGMapConfigurator
TestNG configurator for 5.3+ versions.
-