| Class | Description |
|---|---|
| DefaultFeedScheduler |
FReed4JUnit's default
RunnerScheduler. |
| PlainParallelScheduler |
Simple
RunnerScheduler which executes all tests with a fixed number of threads,
regardless of possible interferences between different test methods. |
| SerialScheduler |
Simple implementation of the
RunnerScheduler interface which executes all tests consecutively. |
Copyright © 2010–2014 Volker Bergmann. All rights reserved.