JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Index
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
B
BasicAdvice
- Class in
nablarch.test.core.http
リクエスト単体テストコールバックの基本実装クラス。
リクエスト単体テストクラスを実装する際の型指定を簡略化するため、 本クラスは
TestCaseInfo
の型を指定している。
BasicDefaultValues
- Class in
nablarch.test.core.db
DefaultValuesの基本実装クラス。
明示的にデフォルト値が設定された場合は、その値を返却する。 そうでない場合は以下の値をデフォルト値として返却する。
BasicHttpRequestTestTemplate
- Class in
nablarch.test.core.http
リクエスト単体テストテンプレートの基本実装クラス。
リクエスト単体テストクラスを実装する際の型指定を簡略化するため、 本クラスは
TestCaseInfo
の型を指定している。
BasicHttpRequestTestTemplate()
- Constructor for class nablarch.test.core.http.
BasicHttpRequestTestTemplate
コンストラクタ。
BasicHttpRequestTestTemplate(Class<?>)
- Constructor for class nablarch.test.core.http.
BasicHttpRequestTestTemplate
コンストラクタ。
BatchRequestTestSupport
- Class in
nablarch.test.core.batch
バッチリクエスト単体テストサポートクラス。
BatchRequestTestSupport()
- Constructor for class nablarch.test.core.batch.
BatchRequestTestSupport
コンストラクタ。
BatchRequestTestSupport(Class<?>)
- Constructor for class nablarch.test.core.batch.
BatchRequestTestSupport
コンストラクタ。
before()
- Method in class nablarch.test.
SystemPropertyResource
beforeExecute(INF, ExecutionContext)
- Method in interface nablarch.test.core.http.
Advice
テスト実行直前(サブミット前)に起動されるコールバックメソッド
beforeExecute(TestCaseInfo, ExecutionContext)
- Method in class nablarch.test.core.http.
BasicAdvice
テスト実行直前(サブミット前)に起動されるコールバックメソッド
beforeExecute(String)
- Method in class nablarch.test.core.messaging.
MessagingReceiveTestSupport
テスト実行前の処理を行う。
サブクラスでオーバライドする。
beforeExecute(String)
- Method in class nablarch.test.core.messaging.
MessagingRequestTestSupport
テスト実行前の処理を行う。
サブクラスでオーバライドする。
beforeExecute(String)
- Method in class nablarch.test.core.standalone.
StandaloneTestSupportTemplate
テスト実行前の処理を行う。
サブクラスでオーバライドする。
beforeExecuteRequest(INF, ExecutionContext, Advice<INF>)
- Method in class nablarch.test.core.http.
AbstractHttpRequestTestTemplate
各業務テストコードの拡張ポイント
テスト対象リクエストの実行前に呼び出される。
beforeExecuteTestShot(TestShot)
- Method in class nablarch.test.core.messaging.
MessagingRequestTestSupport
テストショット実行前に必要な事前処理を行う。
beforeExecuteTestShot(TestShot)
- Method in class nablarch.test.core.standalone.
StandaloneTestSupportTemplate
テストショット実行前に必要な事前処理を行う。
beforeTestClass()
- Method in interface nablarch.test.event.
TestEventListener
テストクラス毎にテスト実行前に1回呼び出されるコールバック
beforeTestClass()
- Method in class nablarch.test.event.
TestEventListener.Template
テストクラス毎にテスト実行前に1回呼び出されるコールバック
beforeTestMethod()
- Method in interface nablarch.test.event.
TestEventListener
テストメソッド実行前に呼び出されるコールバック
beforeTestMethod()
- Method in class nablarch.test.event.
TestEventListener.Template
テストメソッド実行前に呼び出されるコールバック
beforeTestSuite()
- Method in interface nablarch.test.event.
TestEventListener
全テスト実行前に1度限り呼び出されるコールバック
beforeTestSuite()
- Method in class nablarch.test.event.
TestEventListener.Template
全テスト実行前に1度限り呼び出されるコールバック
beginTransactions()
- Method in class nablarch.test.core.db.
DbAccessTestSupport
データベースアクセスクラスのテスト用にトランザクションを開始する。
開始対象のトランザクション名は、設定ファイルより取得する。
複数のトランザクションを開始する場合には、カンマ(",")区切りで複数のトランザクション名を設定する。
設定ファイル例:
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Deprecated
Index
Prev Letter
Next Letter
Frames
No Frames
All Classes