Package org.apache.maven.surefire.junitcore

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.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.