org.apache.maven.surefire.junitcore
Class JUnitCoreParameters
java.lang.Object
org.apache.maven.surefire.junitcore.JUnitCoreParameters
public final class JUnitCoreParameters
- extends Object
- Author:
- Kristian Rosenvold
PARALLEL_KEY
public static final String PARALLEL_KEY
- See Also:
- Constant Field Values
PERCORETHREADCOUNT_KEY
public static final String PERCORETHREADCOUNT_KEY
- See Also:
- Constant Field Values
THREADCOUNT_KEY
public static final String THREADCOUNT_KEY
- See Also:
- Constant Field Values
THREADCOUNTSUITES_KEY
public static final String THREADCOUNTSUITES_KEY
- See Also:
- Constant Field Values
THREADCOUNTCLASSES_KEY
public static final String THREADCOUNTCLASSES_KEY
- See Also:
- Constant Field Values
THREADCOUNTMETHODS_KEY
public static final String THREADCOUNTMETHODS_KEY
- See Also:
- Constant Field Values
USEUNLIMITEDTHREADS_KEY
public static final String USEUNLIMITEDTHREADS_KEY
- See Also:
- Constant Field Values
PARALLEL_TIMEOUT_KEY
public static final String PARALLEL_TIMEOUT_KEY
- See Also:
- Constant Field Values
PARALLEL_TIMEOUTFORCED_KEY
public static final String PARALLEL_TIMEOUTFORCED_KEY
- See Also:
- Constant Field Values
PARALLEL_OPTIMIZE_KEY
public static final String PARALLEL_OPTIMIZE_KEY
- See Also:
- Constant Field Values
JUnitCoreParameters
public JUnitCoreParameters(Properties properties)
isParallelMethods
public boolean isParallelMethods()
isParallelClasses
public boolean isParallelClasses()
isParallelSuites
public boolean isParallelSuites()
isParallelBoth
@Deprecated
public boolean isParallelBoth()
- Deprecated. Instead use the expression (
isParallelMethods() && isParallelClasses() ).
isPerCoreThreadCount
public Boolean isPerCoreThreadCount()
getThreadCount
public int getThreadCount()
getThreadCountMethods
public int getThreadCountMethods()
getThreadCountClasses
public int getThreadCountClasses()
getThreadCountSuites
public int getThreadCountSuites()
isUseUnlimitedThreads
public Boolean isUseUnlimitedThreads()
getParallelTestsTimeoutInSeconds
public double getParallelTestsTimeoutInSeconds()
getParallelTestsTimeoutForcedInSeconds
public double getParallelTestsTimeoutForcedInSeconds()
isNoThreading
public boolean isNoThreading()
isParallelismSelected
public boolean isParallelismSelected()
isParallelOptimization
public boolean isParallelOptimization()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.