Package org.apache.maven.surefire.junitcore
package org.apache.maven.surefire.junitcore
-
ClassesClassDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Moved nested class from
JUnitCoreWrapper
.JUnitCore solves bugs in original junit classJUnitCore
.Noteworthy things about JUnit4 listening:
A class that is annotated with @Ignore will have one invocation of "testSkipped" with source==name A method that is annotated with @Ignore will have a invocation of testSkipped with source and name distinct Methods annotated with @Ignore trigger no further events.Encapsulates access to JUnitCoreDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.