Class AbstractThreadPoolStrategy

java.lang.Object
org.apache.maven.surefire.junitcore.pc.SchedulingStrategy
org.apache.maven.surefire.junitcore.pc.AbstractThreadPoolStrategy
All Implemented Interfaces:
Destroyable
Direct Known Subclasses:
NonSharedThreadPoolStrategy, SharedThreadPoolStrategy

abstract class AbstractThreadPoolStrategy extends SchedulingStrategy
Abstract parallel scheduling strategy in private package. The remaining abstract methods have to be implemented differently depending if the thread pool is shared with other strategies or not.
Since:
2.16
See Also: