public class JPutJUnit4Runner
org.junit.runner.Runner impl for JUnit 4
| Modifier and Type | Class and Description |
|---|---|
static class |
JPutJUnit4Runner.Companion |
| Modifier and Type | Field and Description |
|---|---|
static JPutJUnit4Runner.Companion |
Companion |
| Constructor and Description |
|---|
JPutJUnit4Runner(java.lang.Class<?> clazz)
org.junit.runner.Runner impl for JUnit 4
|
| 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 JPutJUnit4Runner.Companion Companion
public JPutJUnit4Runner(java.lang.Class<?> clazz)
org.junit.runner.Runner impl for JUnit 4
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