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