org.apache.maven.surefire.booter
Class ProviderParameterNames

java.lang.Object
  extended by org.apache.maven.surefire.booter.ProviderParameterNames

public class ProviderParameterNames
extends Object

Author:
Kristian Rosenvold

Field Summary
static String PARALLEL_OPTIMIZE_PROP
           
static String PARALLEL_PROP
           
static String PARALLEL_TIMEOUT_PROP
           
static String PARALLEL_TIMEOUTFORCED_PROP
           
static String TESTNG_EXCLUDEDGROUPS_PROP
           
static String TESTNG_GROUPS_PROP
           
static String THREADCOUNT_PROP
           
static String THREADCOUNTCLASSES_PROP
           
static String THREADCOUNTMETHODS_PROP
           
static String THREADCOUNTSUITES_PROP
           
 
Constructor Summary
ProviderParameterNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TESTNG_EXCLUDEDGROUPS_PROP

public static final String TESTNG_EXCLUDEDGROUPS_PROP
See Also:
Constant Field Values

TESTNG_GROUPS_PROP

public static final String TESTNG_GROUPS_PROP
See Also:
Constant Field Values

THREADCOUNT_PROP

public static final String THREADCOUNT_PROP
See Also:
Constant Field Values

PARALLEL_PROP

public static final String PARALLEL_PROP
See Also:
Constant Field Values

THREADCOUNTSUITES_PROP

public static final String THREADCOUNTSUITES_PROP
See Also:
Constant Field Values

THREADCOUNTCLASSES_PROP

public static final String THREADCOUNTCLASSES_PROP
See Also:
Constant Field Values

THREADCOUNTMETHODS_PROP

public static final String THREADCOUNTMETHODS_PROP
See Also:
Constant Field Values

PARALLEL_TIMEOUT_PROP

public static final String PARALLEL_TIMEOUT_PROP
See Also:
Constant Field Values

PARALLEL_TIMEOUTFORCED_PROP

public static final String PARALLEL_TIMEOUTFORCED_PROP
See Also:
Constant Field Values

PARALLEL_OPTIMIZE_PROP

public static final String PARALLEL_OPTIMIZE_PROP
See Also:
Constant Field Values
Constructor Detail

ProviderParameterNames

public ProviderParameterNames()


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.