Uses of Class
org.testng.CommandLineArgs
-
Packages that use CommandLineArgs Package Description org.testng -
-
Uses of CommandLineArgs in org.testng
Methods in org.testng with parameters of type CommandLineArgs Modifier and Type Method Description protected void
TestNG. configure(CommandLineArgs cla)
Configure the TestNG instance based on the command line parameters.protected static void
TestNG. validateCommandLineParameters(CommandLineArgs args)
Double check that the command line parameters are valid.
-