|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Class Summary | |
|---|---|
| AsynchronousRunner | |
| ClassDemarcatingRunner | Attaches the current class to the thread |
| ClassesParallelRunListener | |
| ConcurrentReporterManager | Handles responses from concurrent junit Stuff to remember about JUnit threading: parallel=classes; beforeClass/afterClass, constructor and all tests method run on same thread parallel=methods; beforeClass/afterClass run on main thread, constructor + each test method run on same thread parallel=both; same as parallel=methods |
| ConfigurableParallelComputer | |
| JUnitCoreProvider | |
| JUnitCoreRunListener | |
| LogicalStream | A stream-like object that preserves ordering between stdout/stderr |
| MethodsParallelRunListener | |
| TestSet | * Represents the test-state of a testset that is run. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||