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_PROP
           
static String TESTNG_EXCLUDEDGROUPS_PROP
           
static String TESTNG_GROUPS_PROP
           
static String THREADCOUNT_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
Constructor Detail

ProviderParameterNames

public ProviderParameterNames()


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.