Uses of Interface
nablarch.test.core.standalone.TestShot.TestShotAround
Package
Description
バッチのテストに関する機能を提供する。
メッセージングのテストに関する機能を提供する。
コンテナ外で動作する、独立型の処理方式のテストに関する機能を提供する。
-
Uses of TestShot.TestShotAround in nablarch.test.core.batch
Modifier and TypeMethodDescriptionprotected TestShot.TestShotAround
BatchRequestTestSupport.createTestShotAround
(Class<?> testClass) 前準備、結果検証を行うクラスのインスタンスを生成する。 -
Uses of TestShot.TestShotAround in nablarch.test.core.messaging
Modifier and TypeMethodDescriptionprotected TestShot.TestShotAround
MessagingReceiveTestSupport.createTestShotAround
(Class<?> testClass) 前準備、結果検証を行うクラスのインスタンスを生成する。protected TestShot.TestShotAround
MessagingRequestTestSupport.createTestShotAround
(Class<?> testClass) 前準備、結果検証を行うクラスのインスタンスを生成する。 -
Uses of TestShot.TestShotAround in nablarch.test.core.standalone
Modifier and TypeMethodDescriptionprotected abstract TestShot.TestShotAround
StandaloneTestSupportTemplate.createTestShotAround
(Class<?> testClass) 前準備、結果検証を行うクラスのインスタンスを生成する。ModifierConstructorDescriptionTestShot
(String sheetName, Map<String, String> testData, DbAccessTestSupport dbSupport, TestShot.TestShotAround around, Class<?> testClass) コンストラクタ。