Uses of Class
nablarch.test.core.standalone.TestShot
Package
Description
メッセージングのテストに関する機能を提供する。
コンテナ外で動作する、独立型の処理方式のテストに関する機能を提供する。
-
Uses of TestShot in nablarch.test.core.messaging
Modifier and TypeMethodDescriptionprotected void
MessagingRequestTestSupport.afterExecuteTestShot
(TestShot shot) テストショット実行後に必要な事後処理を行う。protected void
MessagingRequestTestSupport.beforeExecuteTestShot
(TestShot shot) テストショット実行前に必要な事前処理を行う。 -
Uses of TestShot in nablarch.test.core.standalone
Modifier and TypeMethodDescriptionprotected void
StandaloneTestSupportTemplate.afterExecuteTestShot
(TestShot shot) テストショット実行後に必要な事後処理を行う。void
TestShot.TestShotAround.assertOutputData
(String msgOnFail, TestShot testShot) 出力結果を検証する。protected void
StandaloneTestSupportTemplate.beforeExecuteTestShot
(TestShot shot) テストショット実行前に必要な事前処理を行う。TestShot.TestShotAround.compareStatus
(int actual, TestShot testShot) ステータスコードの比較を行う。void
TestShot.TestShotAround.setUpInputData
(TestShot testShot) 入力データを準備する。