org.testng
Class CommandLineArgs

java.lang.Object
  extended by org.testng.CommandLineArgs

public class CommandLineArgs
extends Object


Field Summary
 List<String> commandLineMethods
           
static String CONFIG_FAILURE_POLICY
           
 String configFailurePolicy
           
static String DATA_PROVIDER_THREAD_COUNT
           
 Integer dataProviderThreadCount
           
 Boolean debug
           
static String DEBUG
           
static String EXCLUDED_GROUPS
           
 String excludedGroups
           
 String groups
           
static String GROUPS
           
 String host
           
static String HOST
           
 Boolean junit
           
static String JUNIT
           
 String listener
           
static String LISTENER
           
static String LOG
           
 String master
           
static String MASTER
           
static String METHOD_SELECTORS
           
static String METHODS
           
 String methodSelectors
           
 Boolean mixed
           
static String MIXED
           
static String OBJECT_FACTORY
           
 String objectFactory
           
static String OUTPUT_DIRECTORY
           
 String outputDirectory
           
static String PARALLEL
           
 String parallelMode
           
 Integer port
           
static String PORT
           
static String RANDOMIZE_SUITES
           
 Boolean randomizeSuites
           
 String reporter
           
static String REPORTER
           
static String SKIP_FAILED_INVOCATION_COUNTS
           
 Boolean skipFailedInvocationCounts
           
 String slave
           
static String SLAVE
           
static String SUITE_NAME
           
static String SUITE_THREAD_POOL_SIZE
           
static Integer SUITE_THREAD_POOL_SIZE_DEFAULT
           
 List<String> suiteFiles
           
 String suiteName
           
 Integer suiteThreadPoolSize
           
static String TEST_CLASS
           
static String TEST_JAR
           
static String TEST_NAME
           
static String TEST_NAMES
           
static String TEST_RUNNER_FACTORY
           
 String testClass
           
 String testJar
           
 String testName
           
 String testNames
           
 String testRunnerFactory
           
static String THREAD_COUNT
           
 Integer threadCount
           
static String USE_DEFAULT_LISTENERS
           
 String useDefaultListeners
           
 Integer verbose
           
static String VERBOSE
           
static String XML_PATH_IN_JAR
           
static String XML_PATH_IN_JAR_DEFAULT
           
 String xmlPathInJar
           
 
Constructor Summary
CommandLineArgs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suiteFiles

public List<String> suiteFiles

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 String 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

MASTER

public static final String MASTER
See Also:
Constant Field Values

master

public String master

SLAVE

public static final String SLAVE
See Also:
Constant Field Values

slave

public String slave

METHODS

public static final String METHODS
See Also:
Constant Field Values

commandLineMethods

public List<String> commandLineMethods

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
Constructor Detail

CommandLineArgs

public CommandLineArgs()


Copyright © 2012. All Rights Reserved.