- endTransactions() - Method in class nablarch.test.core.db.DbAccessTestSupport
- 
トランザクションを終了する。 
- EntityTestSupport - Class in nablarch.test.core.db
- 
エンティティ自動テスト用基底クラス。
 エンティティクラスの自動テストを行う場合には、本クラスを継承しテストクラスを作成する。
 本クラス以外の基底クラスを継承しなければならない場合は、
 本クラスのインスタンスを生成し処理を委譲することで代替可能である。
 
- EntityTestSupport() - Constructor for class nablarch.test.core.db.EntityTestSupport
- 
コンストラクタ。
 本クラスを継承する場合に呼び出されることを想定している。
 
- EntityTestSupport(Class<?>) - Constructor for class nablarch.test.core.db.EntityTestSupport
- 
コンストラクタ。
 本クラスを継承せずに使用する場合に呼び出されることを想定している。
 
- equals(String) - Static method in class nablarch.test.IgnoringLS
- 
改行の種類以外が等しいことを表明するMatcherを返却する。 
- escape(String) - Static method in class nablarch.test.NablarchTestUtils
- 
文字列をエスケープする。 
- execute() - Method in class nablarch.test.core.db.TransactionTemplate
- 
トランザクション処理を実行する。
 実行時例外が発生した場合はロールバック、そうでない場合はコミットを行う。
 いずれの場合もトランザクションは終了する。
 
- execute() - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
- 
テストを実行する。
 実行前後に特別な処理が不要な場合は、このメソッドを使用する。
 
- execute(String) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
- 
テストを実行する。
 実行前後に特別な処理が不要な場合は、このメソッドを使用する。
 
- execute(boolean) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
- 
テストを実行する。
 データベースのセットアップ要否を指定できる。 
- execute(String, boolean) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
- 
テストを実行する。
 データベースのセットアップ要否を指定できる。 
- execute(Advice<INF>) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
- 
テストを実行する。
 テスト前後に特別な準備処理や結果確認処理が必要な場合はこのメソッドを使用する。 
- execute(String, Advice<INF>) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
- 
テストを実行する。
 テスト前後に特別な準備処理や結果確認処理が必要な場合はこのメソッドを使用する。 
- execute(Advice<INF>, boolean) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
- 
テストを実行する。 
- execute(String, Advice<INF>, boolean) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
- 
テストを実行する。 
- execute(String, HttpRequest, ExecutionContext) - Method in class nablarch.test.core.http.HttpRequestTestSupport
- 
自動テスト用HTTPサーバを使用して、リクエスト単体テストを実現する。 
- execute(Class<?>, String, HttpRequest, ExecutionContext) - Method in class nablarch.test.core.http.HttpRequestTestSupport
- 
自動テスト用HTTPサーバを使用して、リクエスト単体テストを実現する。 
- execute(String) - Method in class nablarch.test.core.standalone.StandaloneTestSupportTemplate
- 
テストを実行する。 
- execute(String, boolean) - Method in class nablarch.test.core.standalone.StandaloneTestSupportTemplate
- 
テストを実行する。 
- execute() - Method in class nablarch.test.core.standalone.StandaloneTestSupportTemplate
- 
テストを実行する。
 テストに使用するシート名はメソッド名と同じとみなされる。
 本メソッドはサブクラスからのみ使用できる。
 
- executeIntegrationTest(String) - Method in class nablarch.test.core.standalone.StandaloneTestSupportTemplate
- 
結合テストを実行する。 
- executeTestCase(String, Map<String, String>, Advice<INF>) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
- 
テストケースを実行する。 
- executeTestShot() - Method in class nablarch.test.core.standalone.TestShot
- 
テストショットを実行する。 
- EXPECTED_CONTENT_FILENAME - Static variable in class nablarch.test.core.http.TestCaseInfo
- 
コンテンツディスポジション・ヘッダに指定されたファイル名の期待値を定義しているカラム名(LIST_MAP=テストケース) 
- EXPECTED_CONTENT_LENGTH - Static variable in class nablarch.test.core.http.TestCaseInfo
- 
コンテンツレングス・ヘッダの期待値を定義しているカラム名(LIST_MAP=テストケース) 
- EXPECTED_CONTENT_TYPE - Static variable in class nablarch.test.core.http.TestCaseInfo
- 
コンテンツタイプ・ヘッダの期待値を定義しているカラム名(LIST_MAP=テストケース) 
- EXPECTED_FORWARD_URI - Static variable in class nablarch.test.core.http.TestCaseInfo
- 
期待するフォワードURIを定義しているカラム名(LIST_MAP=テストケース) 
- EXPECTED_HTTP_STATUS_COLUMN - Static variable in class nablarch.test.core.http.TestCaseInfo
- 
HTTPステータスコードの期待値を定義しているカラム名(LIST_MAP=テストケース) 
- EXPECTED_LOG - Static variable in class nablarch.test.core.standalone.TestShot
- 
期待するログ 
- EXPECTED_MESSAGE_COLUMN - Static variable in class nablarch.test.core.http.TestCaseInfo
- 
要求電文の期待値を定義しているカラム名(LIST_MAP=テストケース) 
- EXPECTED_MESSAGE_COLUMN - Static variable in class nablarch.test.core.standalone.TestShot
- 
要求電文の期待値を定義しているカラム名 
- EXPECTED_MESSAGE_ID_COLUMN - Static variable in class nablarch.test.core.http.TestCaseInfo
- 
HTTPステータスコードの期待値を定義しているカラム名(LIST_MAP=テストケース) 
- EXPECTED_SEARCH_COLUMN - Static variable in class nablarch.test.core.http.TestCaseInfo
- 
検索結果の期待値を定義しているカラム名(LIST_MAP=テストケース) 
- EXPECTED_STATUS_CODE - Static variable in class nablarch.test.core.standalone.TestShot
- 
期待するステータスコード 
- EXPECTED_TABLE_COLUMN - Static variable in class nablarch.test.core.http.TestCaseInfo
- 
テーブル期待値を定義しているカラム名(LIST_MAP=テストケース) 
- EXPECTED_TABLE_GROUP_ID - Static variable in class nablarch.test.core.standalone.TestShot
- 
DB期待値のグループID 
- expectedMessages - Variable in class nablarch.test.core.messaging.MessagingRequestTestSupport
- 
結果検証用クラス