Package nablarch.test.core.batch
Class BatchRequestTestSupport
java.lang.Object
nablarch.test.event.TestEventDispatcher
nablarch.test.core.standalone.StandaloneTestSupportTemplate
nablarch.test.core.batch.BatchRequestTestSupport
バッチリクエスト単体テストサポートクラス。
-
Field Summary
Fields inherited from class nablarch.test.core.standalone.StandaloneTestSupportTemplate
testClass
Fields inherited from class nablarch.test.event.TestEventDispatcher
testName
-
Constructor Summary
ModifierConstructorDescriptionprotected
コンストラクタ。BatchRequestTestSupport
(Class<?> testClass) コンストラクタ。 -
Method Summary
Modifier and TypeMethodDescriptionprotected TestShot.TestShotAround
createTestShotAround
(Class<?> testClass) 前準備、結果検証を行うクラスのインスタンスを生成する。Methods inherited from class nablarch.test.core.standalone.StandaloneTestSupportTemplate
afterExecute, afterExecuteTestShot, beforeExecute, beforeExecuteTestShot, execute, execute, execute, executeIntegrationTest
Methods inherited from class nablarch.test.event.TestEventDispatcher
dispatchEventOfAfterTestClass, dispatchEventOfAfterTestMethod, dispatchEventOfBeforeTestClassAndBeforeSuit, dispatchEventOfBeforeTestMethod, getMethodName
-
Constructor Details
-
BatchRequestTestSupport
protected BatchRequestTestSupport()コンストラクタ。 -
BatchRequestTestSupport
コンストラクタ。- Parameters:
testClass
- テストクラス
-
-
Method Details
-
createTestShotAround
前準備、結果検証を行うクラスのインスタンスを生成する。- Specified by:
createTestShotAround
in classStandaloneTestSupportTemplate
- Parameters:
testClass
- テストクラス- Returns:
- 生成したインスタンス
-