| Package | Description |
|---|---|
| org.apache.maven.surefire.junitcore | |
| org.apache.maven.surefire.junitcore.pc |
| Class and Description |
|---|
| 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 |
| TestSet
* Represents the test-state of a testset that is run.
|
| Class and Description |
|---|
| JUnitCoreParameters |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.