Package org.testng
Class CommandLineArgs
- java.lang.Object
-
- org.testng.CommandLineArgs
-
public class CommandLineArgs extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CommandLineArgs()
-
-
-
Field Detail
-
LOG
public static final String LOG
- See Also:
- Constant Field Values
-
VERBOSE
public static final String VERBOSE
- See Also:
- Constant Field Values
-
verbose
public Integer verbose
-
GROUPS
public static final String GROUPS
- See Also:
- Constant Field Values
-
groups
public String groups
-
EXCLUDED_GROUPS
public static final String EXCLUDED_GROUPS
- See Also:
- Constant Field Values
-
excludedGroups
public String excludedGroups
-
OUTPUT_DIRECTORY
public static final String OUTPUT_DIRECTORY
- See Also:
- Constant Field Values
-
outputDirectory
public String outputDirectory
-
JUNIT
public static final String JUNIT
- See Also:
- Constant Field Values
-
junit
public Boolean junit
-
MIXED
public static final String MIXED
- See Also:
- Constant Field Values
-
mixed
public Boolean mixed
-
LISTENER
public static final String LISTENER
- See Also:
- Constant Field Values
-
listener
public String listener
-
METHOD_SELECTORS
public static final String METHOD_SELECTORS
- See Also:
- Constant Field Values
-
methodSelectors
public String methodSelectors
-
OBJECT_FACTORY
public static final String OBJECT_FACTORY
- See Also:
- Constant Field Values
-
objectFactory
public String objectFactory
-
PARALLEL
public static final String PARALLEL
- See Also:
- Constant Field Values
-
parallelMode
public XmlSuite.ParallelMode parallelMode
-
CONFIG_FAILURE_POLICY
public static final String CONFIG_FAILURE_POLICY
- See Also:
- Constant Field Values
-
configFailurePolicy
public String configFailurePolicy
-
THREAD_COUNT
public static final String THREAD_COUNT
- See Also:
- Constant Field Values
-
threadCount
public Integer threadCount
-
DATA_PROVIDER_THREAD_COUNT
public static final String DATA_PROVIDER_THREAD_COUNT
- See Also:
- Constant Field Values
-
dataProviderThreadCount
public Integer dataProviderThreadCount
-
SUITE_NAME
public static final String SUITE_NAME
- See Also:
- Constant Field Values
-
suiteName
public String suiteName
-
TEST_NAME
public static final String TEST_NAME
- See Also:
- Constant Field Values
-
testName
public String testName
-
REPORTER
public static final String REPORTER
- See Also:
- Constant Field Values
-
reporter
public String reporter
-
USE_DEFAULT_LISTENERS
public static final String USE_DEFAULT_LISTENERS
- See Also:
- Constant Field Values
-
useDefaultListeners
public String useDefaultListeners
-
SKIP_FAILED_INVOCATION_COUNTS
public static final String SKIP_FAILED_INVOCATION_COUNTS
- See Also:
- Constant Field Values
-
skipFailedInvocationCounts
public Boolean skipFailedInvocationCounts
-
TEST_CLASS
public static final String TEST_CLASS
- See Also:
- Constant Field Values
-
testClass
public String testClass
-
TEST_NAMES
public static final String TEST_NAMES
- See Also:
- Constant Field Values
-
testNames
public String testNames
-
TEST_JAR
public static final String TEST_JAR
- See Also:
- Constant Field Values
-
testJar
public String testJar
-
XML_PATH_IN_JAR
public static final String XML_PATH_IN_JAR
- See Also:
- Constant Field Values
-
XML_PATH_IN_JAR_DEFAULT
public static final String XML_PATH_IN_JAR_DEFAULT
- See Also:
- Constant Field Values
-
xmlPathInJar
public String xmlPathInJar
-
TEST_RUNNER_FACTORY
public static final String TEST_RUNNER_FACTORY
- See Also:
- Constant Field Values
-
testRunnerFactory
public String testRunnerFactory
-
PORT
public static final String PORT
- See Also:
- Constant Field Values
-
port
public Integer port
-
HOST
public static final String HOST
- See Also:
- Constant Field Values
-
host
public String host
-
METHODS
public static final String METHODS
- See Also:
- Constant Field Values
-
SUITE_THREAD_POOL_SIZE
public static final String SUITE_THREAD_POOL_SIZE
- See Also:
- Constant Field Values
-
SUITE_THREAD_POOL_SIZE_DEFAULT
public static final Integer SUITE_THREAD_POOL_SIZE_DEFAULT
-
suiteThreadPoolSize
public Integer suiteThreadPoolSize
-
RANDOMIZE_SUITES
public static final String RANDOMIZE_SUITES
- See Also:
- Constant Field Values
-
randomizeSuites
public Boolean randomizeSuites
-
DEBUG
public static final String DEBUG
- See Also:
- Constant Field Values
-
debug
public Boolean debug
-
-