public class FlowSpringJUnit4ClassRunner
extends org.springframework.test.context.junit4.SpringJUnit4ClassRunner
SpringJUnit4ClassRunner when testing
asynchronous code. Requires SpringWorkflowTest rule (annotated with| コンストラクタと説明 |
|---|
FlowSpringJUnit4ClassRunner(java.lang.Class<?> clazz) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected org.junit.runners.model.Statement |
possiblyExpectingExceptions(org.junit.runners.model.FrameworkMethod method,
java.lang.Object test,
org.junit.runners.model.Statement next) |
protected java.util.List<org.junit.rules.MethodRule> |
rules(java.lang.Object test) |
protected org.junit.runners.model.Statement |
withPotentialTimeout(org.junit.runners.model.FrameworkMethod method,
java.lang.Object test,
org.junit.runners.model.Statement next) |
createTest, createTestContextManager, getDefaultContextLoaderClassName, getDescription, getExpectedException, getJUnitTimeout, getSpringTimeout, getTestContextManager, isTestMethodIgnored, methodBlock, run, runChild, withAfterClasses, withAfters, withBeforeClasses, withBefores, withPotentialRepeatcollectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, methodInvoker, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructorpublic FlowSpringJUnit4ClassRunner(java.lang.Class<?> clazz)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected org.junit.runners.model.Statement withPotentialTimeout(org.junit.runners.model.FrameworkMethod method,
java.lang.Object test,
org.junit.runners.model.Statement next)
withPotentialTimeout クラス内 org.springframework.test.context.junit4.SpringJUnit4ClassRunnerprotected java.util.List<org.junit.rules.MethodRule> rules(java.lang.Object test)
rules クラス内 org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement possiblyExpectingExceptions(org.junit.runners.model.FrameworkMethod method,
java.lang.Object test,
org.junit.runners.model.Statement next)
possiblyExpectingExceptions クラス内 org.springframework.test.context.junit4.SpringJUnit4ClassRunner