final class JUnitCoreWrapper
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private class |
JUnitCoreWrapper.JUnitCore |
| Modifier and Type | Field and Description |
|---|---|
private JUnitCoreParameters |
jUnitCoreParameters |
private ConsoleLogger |
logger |
private Notifier |
notifier |
| Constructor and Description |
|---|
JUnitCoreWrapper(Notifier notifier,
JUnitCoreParameters jUnitCoreParameters,
ConsoleLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
private org.junit.runner.Computer |
createComputer() |
private JUnitCoreWrapper.JUnitCore |
createJUnitCore(Notifier notifier,
java.util.Collection<org.junit.runner.notification.RunListener> listeners) |
private void |
createRequestAndRun(org.junit.runner.manipulation.Filter filter,
org.junit.runner.Computer computer,
JUnitCoreWrapper.JUnitCore junitCore,
java.lang.Class<?>... classesToRun) |
private void |
execute(TestsToRun testsToRun,
boolean useIterated,
java.util.Collection<org.junit.runner.notification.RunListener> listeners,
org.junit.runner.manipulation.Filter filter) |
(package private) void |
execute(TestsToRun testsToRun,
java.util.Collection<org.junit.runner.notification.RunListener> listeners,
org.junit.runner.manipulation.Filter filter) |
(package private) void |
execute(TestsToRun testsToRun,
org.junit.runner.manipulation.Filter filter) |
private void |
executeEager(TestsToRun testsToRun,
org.junit.runner.manipulation.Filter filter,
java.util.Collection<org.junit.runner.notification.RunListener> listeners) |
private void |
executeLazy(TestsToRun testsToRun,
boolean useIterated,
org.junit.runner.manipulation.Filter filter,
java.util.Collection<org.junit.runner.notification.RunListener> listeners) |
private final Notifier notifier
private final JUnitCoreParameters jUnitCoreParameters
private final ConsoleLogger logger
JUnitCoreWrapper(Notifier notifier, JUnitCoreParameters jUnitCoreParameters, ConsoleLogger logger)
void execute(TestsToRun testsToRun, org.junit.runner.manipulation.Filter filter) throws TestSetFailedException
TestSetFailedExceptionvoid execute(TestsToRun testsToRun, java.util.Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter) throws TestSetFailedException
TestSetFailedExceptionprivate void execute(TestsToRun testsToRun, boolean useIterated, java.util.Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter) throws TestSetFailedException
TestSetFailedExceptionprivate JUnitCoreWrapper.JUnitCore createJUnitCore(Notifier notifier, java.util.Collection<org.junit.runner.notification.RunListener> listeners)
private void executeEager(TestsToRun testsToRun, org.junit.runner.manipulation.Filter filter, java.util.Collection<org.junit.runner.notification.RunListener> listeners) throws TestSetFailedException
TestSetFailedExceptionprivate void executeLazy(TestsToRun testsToRun, boolean useIterated, org.junit.runner.manipulation.Filter filter, java.util.Collection<org.junit.runner.notification.RunListener> listeners) throws TestSetFailedException
TestSetFailedExceptionprivate void createRequestAndRun(org.junit.runner.manipulation.Filter filter,
org.junit.runner.Computer computer,
JUnitCoreWrapper.JUnitCore junitCore,
java.lang.Class<?>... classesToRun)
throws TestSetFailedException
TestSetFailedExceptionprivate org.junit.runner.Computer createComputer()