public class BlockMultiUserTestClassRunner
extends org.junit.runners.BlockJUnit4ClassRunner
Constructor and Description |
---|
BlockMultiUserTestClassRunner(java.lang.Class<?> clazz,
UserIdentifier producerIdentifier,
UserIdentifier consumerIdentifier) |
Modifier and Type | Method and Description |
---|---|
protected org.junit.runners.model.Statement |
classBlock(org.junit.runner.notification.RunNotifier notifier) |
protected java.lang.Object |
createTest() |
protected java.util.List<org.junit.runners.model.FrameworkMethod> |
getChildren() |
protected java.lang.String |
getName() |
protected boolean |
isIgnored(org.junit.runners.model.FrameworkMethod child) |
protected java.lang.String |
testName(org.junit.runners.model.FrameworkMethod method) |
protected org.junit.runners.model.Statement |
withBefores(org.junit.runners.model.FrameworkMethod method,
java.lang.Object target,
org.junit.runners.model.Statement statement) |
collectInitializationErrors, computeTestMethods, describeChild, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withPotentialTimeout
public BlockMultiUserTestClassRunner(java.lang.Class<?> clazz, UserIdentifier producerIdentifier, UserIdentifier consumerIdentifier) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected boolean isIgnored(org.junit.runners.model.FrameworkMethod child)
isIgnored
in class org.junit.runners.BlockJUnit4ClassRunner
protected java.util.List<org.junit.runners.model.FrameworkMethod> getChildren()
getChildren
in class org.junit.runners.BlockJUnit4ClassRunner
protected java.lang.String testName(org.junit.runners.model.FrameworkMethod method)
testName
in class org.junit.runners.BlockJUnit4ClassRunner
protected java.lang.String getName()
getName
in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
protected java.lang.Object createTest() throws java.lang.Exception
createTest
in class org.junit.runners.BlockJUnit4ClassRunner
java.lang.Exception
protected org.junit.runners.model.Statement withBefores(org.junit.runners.model.FrameworkMethod method, java.lang.Object target, org.junit.runners.model.Statement statement)
withBefores
in class org.junit.runners.BlockJUnit4ClassRunner
protected org.junit.runners.model.Statement classBlock(org.junit.runner.notification.RunNotifier notifier)
classBlock
in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>