Package nablarch.test.core.messaging
Class MessagingReceiveTestSupport
java.lang.Object
nablarch.test.event.TestEventDispatcher
nablarch.test.core.standalone.StandaloneTestSupportTemplate
nablarch.test.core.messaging.MessagingRequestTestSupport
nablarch.test.core.messaging.MessagingReceiveTestSupport
メッセージ応答なし受信処理用のテストサポートクラス。
-
Field Summary
Fields inherited from class nablarch.test.core.messaging.MessagingRequestTestSupport
expectedMessages, setUpMessages
Fields inherited from class nablarch.test.core.standalone.StandaloneTestSupportTemplate
testClass
Fields inherited from class nablarch.test.event.TestEventDispatcher
testName
-
Constructor Summary
ModifierConstructorDescriptionprotected
コンストラクタ。 サブクラスから使用されることを想定している。MessagingReceiveTestSupport
(Class<?> testClass) コンストラクタ。 -
Method Summary
Modifier and TypeMethodDescriptionprotected void
beforeExecute
(String sheetName) テスト実行前の処理を行う。
サブクラスでオーバライドする。protected TestShot.TestShotAround
createTestShotAround
(Class<?> testClass) 前準備、結果検証を行うクラスのインスタンスを生成する。Methods inherited from class nablarch.test.core.messaging.MessagingRequestTestSupport
afterExecuteTestShot, beforeExecuteTestShot, getFwHeaderDefinitionName
Methods inherited from class nablarch.test.core.standalone.StandaloneTestSupportTemplate
afterExecute, execute, execute, execute, executeIntegrationTest
Methods inherited from class nablarch.test.event.TestEventDispatcher
dispatchEventOfAfterTestClass, dispatchEventOfAfterTestMethod, dispatchEventOfBeforeTestClassAndBeforeSuit, dispatchEventOfBeforeTestMethod, getMethodName
-
Constructor Details
-
MessagingReceiveTestSupport
protected MessagingReceiveTestSupport()コンストラクタ。 サブクラスから使用されることを想定している。 -
MessagingReceiveTestSupport
コンストラクタ。- Parameters:
testClass
- テストクラス。
-
-
Method Details
-
createTestShotAround
前準備、結果検証を行うクラスのインスタンスを生成する。- Overrides:
createTestShotAround
in classMessagingRequestTestSupport
- Parameters:
testClass
- テストクラス- Returns:
- 生成したインスタンス
-
beforeExecute
テスト実行前の処理を行う。
サブクラスでオーバライドする。- Overrides:
beforeExecute
in classMessagingRequestTestSupport
- Parameters:
sheetName
- シート名
-