Uses of Package
org.apache.maven.surefire.junitcore

Classes in org.apache.maven.surefire.junitcore used by org.apache.maven.surefire.junitcore
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-2013 The Apache Software Foundation. All Rights Reserved.