Uses of Interface
org.apache.maven.surefire.junitcore.pc.Destroyable
-
Packages that use Destroyable Package Description org.apache.maven.surefire.junitcore.pc -
-
Uses of Destroyable in org.apache.maven.surefire.junitcore.pc
Classes in org.apache.maven.surefire.junitcore.pc that implement Destroyable Modifier and Type Class Description (package private) class
AbstractThreadPoolStrategy
Abstract parallel scheduling strategy in private package.(package private) class
InvokerStrategy
The sequentially executing strategy in private package.(package private) class
NonSharedThreadPoolStrategy
Parallel strategy for non-shared thread pool in private package.class
SchedulingStrategy
Specifies the strategy of scheduling whether sequential, or parallel.(package private) class
SharedThreadPoolStrategy
Parallel strategy for shared thread pool in private package.
-