Uses of Class
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.JUnitCore
-
Packages that use JUnitCoreWrapper.JUnitCore Package Description org.apache.maven.surefire.junitcore -
-
Uses of JUnitCoreWrapper.JUnitCore in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return JUnitCoreWrapper.JUnitCore Modifier and Type Method Description private JUnitCoreWrapper.JUnitCore
JUnitCoreWrapper. createJUnitCore(Notifier notifier, java.util.Collection<org.junit.runner.notification.RunListener> listeners)
(package private) JUnitCoreWrapper.JUnitCore
JUnitCoreWrapper.JUnitCore. withReportedTests(java.lang.Class<?>... tests)
Methods in org.apache.maven.surefire.junitcore with parameters of type JUnitCoreWrapper.JUnitCore Modifier and Type Method Description private void
JUnitCoreWrapper. createRequestAndRun(org.junit.runner.manipulation.Filter filter, org.junit.runner.Computer computer, JUnitCoreWrapper.JUnitCore junitCore, java.lang.Class<?>... classesToRun)
-