public class FlowBlockJUnit4ClassRunner
extends org.junit.runners.BlockJUnit4ClassRunner
BlockJUnit4ClassRunner when testing
asynchronous code. Requires WorkflowTest rule (annotated with @Rule)
to be present in the tested class.| コンストラクタと説明 |
|---|
FlowBlockJUnit4ClassRunner(java.lang.Class<?> klass) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBeforespublic FlowBlockJUnit4ClassRunner(java.lang.Class<?> klass)
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.junit.runners.BlockJUnit4ClassRunnerprotected 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.junit.runners.BlockJUnit4ClassRunner