| Package | Description |
|---|---|
| org.apache.maven.surefire.junitcore | |
| org.apache.maven.surefire.junitcore.pc |
| Class and Description |
|---|
| AsynchronousRunner
Deprecated.
|
| ConcurrentRunListener
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
|
| JUnitCore
JUnitCore solves bugs in original junit class
JUnitCore. |
| JUnitCoreParameters |
| JUnitCoreWrapper.JUnitCore |
| LogicalStream
A stream-like object that preserves ordering between stdout/stderr
|
| LogicalStream.Entry |
| TestMethod
Represents the test-state of a single test method that is run.
|
| TestSet
* Represents the test-state of a testset that is run.
|
| ThreadSafe
After compiling sources under endorsed junit:4.7, this annotation
is relocated in
RunListener.ThreadSafe. |
| Class and Description |
|---|
| JUnitCoreParameters |