public class RunnerDelegate
extends java.lang.Object
Constructor and Description |
---|
RunnerDelegate(UserIdentifier producerIdentifier,
UserIdentifier consumerIdentifier) |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.junit.runners.model.FrameworkMethod> |
filterMethods(java.util.List<org.junit.runners.model.FrameworkMethod> methods) |
java.lang.String |
getName(org.junit.runners.model.TestClass testClass) |
boolean |
isIgnored(org.junit.runners.model.FrameworkMethod child,
boolean isIgnoredByParent) |
java.lang.String |
testName(org.junit.runners.model.FrameworkMethod method) |
java.lang.Object |
validateTestInstance(java.lang.Object testInstance) |
org.junit.runners.model.Statement |
withBefores(org.junit.runners.model.TestClass testClass,
java.lang.Object target,
org.junit.runners.model.Statement statement) |
public RunnerDelegate(UserIdentifier producerIdentifier, UserIdentifier consumerIdentifier)
public java.util.List<org.junit.runners.model.FrameworkMethod> filterMethods(java.util.List<org.junit.runners.model.FrameworkMethod> methods)
public boolean isIgnored(org.junit.runners.model.FrameworkMethod child, boolean isIgnoredByParent)
public java.lang.String testName(org.junit.runners.model.FrameworkMethod method)
public java.lang.String getName(org.junit.runners.model.TestClass testClass)
public java.lang.Object validateTestInstance(java.lang.Object testInstance)
public org.junit.runners.model.Statement withBefores(org.junit.runners.model.TestClass testClass, java.lang.Object target, org.junit.runners.model.Statement statement)