Uses of Class
org.eclipse.tycho.surefire.ParallelMode
-
Packages that use ParallelMode Package Description org.eclipse.tycho.surefire -
-
Uses of ParallelMode in org.eclipse.tycho.surefire
Fields in org.eclipse.tycho.surefire declared as ParallelMode Modifier and Type Field Description private ParallelMode
TestMojo. parallel
(JUnit 4.7 provider) Supports values "classes"/"methods"/"both" to run in separate threads, as controlled by threadCount.Methods in org.eclipse.tycho.surefire that return ParallelMode Modifier and Type Method Description static ParallelMode
ParallelMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParallelMode[]
ParallelMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-