Uses of Class
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.JUnitCore
Packages that use JUnitCoreWrapper.JUnitCore
-
Uses of JUnitCoreWrapper.JUnitCore in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return JUnitCoreWrapper.JUnitCoreModifier and TypeMethodDescriptionprivate JUnitCoreWrapper.JUnitCoreJUnitCoreWrapper.createJUnitCore(Notifier notifier, Collection<org.junit.runner.notification.RunListener> listeners) (package private) JUnitCoreWrapper.JUnitCoreJUnitCoreWrapper.JUnitCore.withReportedTests(Class<?>... tests) Methods in org.apache.maven.surefire.junitcore with parameters of type JUnitCoreWrapper.JUnitCoreModifier and TypeMethodDescriptionprivate voidJUnitCoreWrapper.createRequestAndRun(org.junit.runner.manipulation.Filter filter, org.junit.runner.Computer computer, JUnitCoreWrapper.JUnitCore junitCore, Class<?>... classesToRun)