Uses of Package
org.apache.maven.surefire.junitcore
Packages that use org.apache.maven.surefire.junitcore
-
Classes in org.apache.maven.surefire.junitcore used by org.apache.maven.surefire.junitcoreClassDescriptionHandles 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* Represents the test-state of a testset that is run. -
Classes in org.apache.maven.surefire.junitcore used by org.apache.maven.surefire.junitcore.pc