public class JPutSpringRunner
| Modifier and Type | Class and Description |
|---|---|
static class |
JPutSpringRunner.Companion |
| Modifier and Type | Field and Description |
|---|---|
static JPutSpringRunner.Companion |
Companion |
| Constructor and Description |
|---|
JPutSpringRunner(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
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 static JPutSpringRunner.Companion Companion
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