public class JPutSpringRunner
| Constructor and Description |
|---|
JPutSpringRunner(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeTest(org.junit.runners.model.FrameworkMethod frameworkMethod,
org.junit.runner.Description description,
org.junit.runners.model.Statement statement,
org.junit.runner.notification.RunNotifier notifier) |
org.slf4j.Logger |
getLog() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
void |
runChild(org.junit.runners.model.FrameworkMethod frameworkMethod,
org.junit.runner.notification.RunNotifier notifier) |
org.junit.runners.model.Statement |
withAfterTestExecutionCallbacks(org.junit.runners.model.FrameworkMethod frameworkMethod,
java.lang.Object testInstance,
org.junit.runners.model.Statement statement) |
public org.slf4j.Logger getLog()
public void run(org.junit.runner.notification.RunNotifier notifier)
public void runChild(org.junit.runners.model.FrameworkMethod frameworkMethod,
org.junit.runner.notification.RunNotifier notifier)
public org.junit.runners.model.Statement withAfterTestExecutionCallbacks(org.junit.runners.model.FrameworkMethod frameworkMethod,
java.lang.Object testInstance,
org.junit.runners.model.Statement statement)
public void executeTest(org.junit.runners.model.FrameworkMethod frameworkMethod,
org.junit.runner.Description description,
org.junit.runners.model.Statement statement,
org.junit.runner.notification.RunNotifier notifier)