Package nablarch.test.core.batch
Class BatchRequestTestSupport
java.lang.Object
nablarch.test.event.TestEventDispatcher
nablarch.test.core.standalone.StandaloneTestSupportTemplate
nablarch.test.core.batch.BatchRequestTestSupport
バッチリクエスト単体テストサポートクラス。
- Author:
- T.Kawasaki
- 
Field SummaryFields inherited from class nablarch.test.core.standalone.StandaloneTestSupportTemplatetestClassFields inherited from class nablarch.test.event.TestEventDispatchertestName
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedコンストラクタ。BatchRequestTestSupport(Class<?> testClass) コンストラクタ。
- 
Method SummaryModifier and TypeMethodDescriptionprotected TestShot.TestShotAroundcreateTestShotAround(Class<?> testClass) 前準備、結果検証を行うクラスのインスタンスを生成する。Methods inherited from class nablarch.test.core.standalone.StandaloneTestSupportTemplateafterExecute, afterExecuteTestShot, beforeExecute, beforeExecuteTestShot, execute, execute, execute, executeIntegrationTestMethods inherited from class nablarch.test.event.TestEventDispatcherdispatchEventOfAfterTestClass, dispatchEventOfAfterTestMethod, dispatchEventOfBeforeTestClassAndBeforeSuit, dispatchEventOfBeforeTestMethod, getMethodName
- 
Constructor Details- 
BatchRequestTestSupportprotected BatchRequestTestSupport()コンストラクタ。
- 
BatchRequestTestSupportコンストラクタ。- Parameters:
- testClass- テストクラス
 
 
- 
- 
Method Details- 
createTestShotAround前準備、結果検証を行うクラスのインスタンスを生成する。- Specified by:
- createTestShotAroundin class- StandaloneTestSupportTemplate
- Parameters:
- testClass- テストクラス
- Returns:
- 生成したインスタンス
 
 
-