public class JPutSpringRunner
| Constructor and Description |
|---|
JPutSpringRunner(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Junit4TestExecutor |
getExecutor() |
org.slf4j.Logger |
getLog() |
org.junit.runners.model.Statement |
methodInvoker(org.junit.runners.model.FrameworkMethod method,
java.lang.Object test)
Allows passing
interface JPut to the test |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
void |
validatePublicVoidNoArgMethods(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
boolean isStatic,
java.util.List<java.lang.Throwable> errors)
Skip args/return type validation of performance tests
|
public Junit4TestExecutor getExecutor()
public org.slf4j.Logger getLog()
public void run(org.junit.runner.notification.RunNotifier notifier)
public void validatePublicVoidNoArgMethods(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
boolean isStatic,
java.util.List<java.lang.Throwable> errors)
Skip args/return type validation of performance tests
public void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
public org.junit.runners.model.Statement methodInvoker(org.junit.runners.model.FrameworkMethod method,
java.lang.Object test)
Allows passing interface JPut to the test
interface JPut