org.testng
Class CommandLineArgs

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

public class CommandLineArgs
extends Object


Field Summary
 List<String> commandLineMethods
           
 String configFailurePolicy
           
 Integer dataProviderThreadCount
           
 String excludedGroups
           
 String groups
           
 String host
           
 Boolean junit
           
 String listener
           
 String master
           
 String methodSelectors
           
 String objectFactory
           
 String outputDirectory
           
 String parallelMode
           
 Integer port
           
 String reporter
           
 String reportersList
          Used as map key for the complete list of report listeners provided with the above argument
 Boolean skipFailedInvocationCounts
           
 String slave
           
 List<String> suiteFiles
           
 String suiteName
           
 String testClass
           
 String testJar
           
 String testName
           
 String testNames
           
 String testRunFactory
           
 Integer threadCount
           
 String useDefaultListeners
           
 Integer verbose
           
 
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

verbose

public Integer verbose

groups

public String groups

excludedGroups

public String excludedGroups

outputDirectory

public String outputDirectory

junit

public Boolean junit

listener

public String listener

methodSelectors

public String methodSelectors

objectFactory

public String objectFactory

parallelMode

public String parallelMode

configFailurePolicy

public String configFailurePolicy

threadCount

public Integer threadCount

dataProviderThreadCount

public Integer dataProviderThreadCount

suiteName

public String suiteName

testName

public String testName

reporter

public String reporter

reportersList

public String reportersList
Used as map key for the complete list of report listeners provided with the above argument


useDefaultListeners

public String useDefaultListeners

skipFailedInvocationCounts

public Boolean skipFailedInvocationCounts

testClass

public String testClass

testNames

public String testNames

testJar

public String testJar

testRunFactory

public String testRunFactory

port

public Integer port

host

public String host

master

public String master

slave

public String slave

commandLineMethods

public List<String> commandLineMethods
Constructor Detail

CommandLineArgs

public CommandLineArgs()


Copyright © 2010. All Rights Reserved.