| Package | Description |
|---|---|
| org.apache.maven.surefire.junitcore |
| 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
|
| LogicalStream
A stream-like object that preserves ordering between stdout/stderr
|
| TestSet
* Represents the test-state of a testset that is run.
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.