|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Classes in org.apache.maven.surefire.junitcore used by org.apache.maven.surefire.junitcore | |
|---|---|
| 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 |
|
| LogicalStream
A stream-like object that preserves ordering between stdout/stderr |
|
| TestSet
* Represents the test-state of a testset that is run. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||