Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

E

EL - Enum constant in enum class nablarch.test.tool.sanitizingcheck.tag.TagType
EL式
EmbeddedMessagingProvider - Class in nablarch.test.core.messaging
JVM内蔵式メッセージングサーバによる簡易メッセージングプロバイダ実装。 この実装では、サブスレッド上で動作するJMSプロバイダ実装を内蔵しており、 そこに接続して動作する。 これにより、外部のMOMを用意すること無くメッセージング処理を含んだ業務機能の 単体テストを実施することが可能である。 現時点の実装では、自動テストでの利用のみを想定しているため、 リモートキューへの転送はサポートしていない。 また、内部的にActiveMQのメッセージブローカーとvm:// プロトコルを使用しているため、 本機能を利用する場合は、ActiveMQのライブラリをクラスパスに含める必要がある。
EmbeddedMessagingProvider() - Constructor for class nablarch.test.core.messaging.EmbeddedMessagingProvider
コンストラクタ
emphasize() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
enable_tracing() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
Enable tracing.
endColumn - Variable in class nablarch.test.tool.htmlcheck.parser.Token
The column number of the last character of this Token.
endLine - Variable in class nablarch.test.tool.htmlcheck.parser.Token
The line number of the last character of this Token.
endsWith(String) - Static method in class nablarch.test.StringMatcher
期待する文字列で終了することを表明するMatcher実装を返却する。
endTransactions() - Method in class nablarch.test.core.db.DbAccessTestSupport
トランザクションを終了する。
EntityDependencyParser - Class in nablarch.test.core.db
jp.co.tis.gsp.tools.db.EntityDependencyParserから移植。
EntityDependencyParser() - Constructor for class nablarch.test.core.db.EntityDependencyParser
 
EntityTestConfiguration - Class in nablarch.test.core.entity
エンティティテスト用設定クラス。
EntityTestConfiguration() - Constructor for class nablarch.test.core.entity.EntityTestConfiguration
 
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
コンストラクタ。
本クラスを継承せずに使用する場合に呼び出されることを想定している。
EOF - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
End of File.
eol - Variable in exception nablarch.test.tool.htmlcheck.parser.ParseException
The end of line string for this machine.
equals(Object) - Method in class nablarch.test.core.entity.BeanValidationResultMessage
このオブジェクトと等価であるかを返す。
equals(Object) - Method in class nablarch.test.core.entity.MessageComparedByContent
このオブジェクトと等価であるかを返す。
equals(Object) - Method in class nablarch.test.core.entity.MessageComparedById
このオブジェクトと等価であるかを返す。
equals(Object) - Method in class nablarch.test.core.util.ByteArrayAwareMap
要素中にバイト配列が含まれていた場合、等価であれば等しい要素であるとみなす。
equals(String) - Static method in class nablarch.test.IgnoringLS
改行の種類以外が等しいことを表明するMatcherを返却する。
ERROR_MODE_MSG_EXCEPTION - Static variable in class nablarch.test.core.reader.SendSyncMessageParser
テストデータ上で、メッセージ送受信エラーを表す文字列
ERROR_MODE_TIMEOUT - Static variable in class nablarch.test.core.reader.SendSyncMessageParser
テストデータ上で、タイムアウトエラーを表す文字列
escape(String) - Static method in class nablarch.test.NablarchTestUtils
文字列をエスケープする。
evaluate(String) - Static method in enum class nablarch.test.core.file.LineSeparator
改行コードの表現を評価する。
本列挙クラスの要素名である場合、すなわち LineSeparator#valueOf(String)が値を返却する場合は その値が持つ改行コードを返却する。それ以外の場合は、与えられた表現がそれ自身改行コードとみなして、 その引数をそのまま返却する。
evaluate(K, V) - Method in class nablarch.test.core.util.MapCollector
評価する。
evaluate(T) - Method in class nablarch.test.core.util.ListWrapper.Condition
評価する。
exclude(ListWrapper.Condition<T>) - Method in class nablarch.test.core.util.ListWrapper
条件に合致する要素を除外したリストを返却する(非破壊的メソッド)。
execute() - Method in class nablarch.test.core.db.TransactionTemplate
トランザクション処理を実行する。
実行時例外が発生した場合はロールバック、そうでない場合はコミットを行う。
いずれの場合もトランザクションは終了する。
execute() - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストを実行する。
実行前後に特別な処理が不要な場合は、このメソッドを使用する。
execute() - Method in class nablarch.test.core.standalone.StandaloneTestSupportTemplate
テストを実行する。
テストに使用するシート名はメソッド名と同じとみなされる。 本メソッドはサブクラスからのみ使用できる。
execute() - Method in class nablarch.test.NablarchTestUtils.ReflectionOperation
実行する。
execute(boolean) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストを実行する。 データベースのセットアップ要否を指定できる。
execute(Class<?>, String, HttpRequest, ExecutionContext) - Method in class nablarch.test.core.http.HttpRequestTestSupport
自動テスト用HTTPサーバを使用して、リクエスト単体テストを実現する。
execute(String) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストを実行する。
実行前後に特別な処理が不要な場合は、このメソッドを使用する。
execute(String) - Method in class nablarch.test.core.standalone.StandaloneTestSupportTemplate
テストを実行する。
execute(String, boolean) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストを実行する。 データベースのセットアップ要否を指定できる。
execute(String, boolean) - Method in class nablarch.test.core.standalone.StandaloneTestSupportTemplate
テストを実行する。
execute(String, HttpRequest, ExecutionContext) - Method in class nablarch.test.core.http.HttpRequestTestSupport
自動テスト用HTTPサーバを使用して、リクエスト単体テストを実現する。
execute(String, Advice<INF>) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストを実行する。 テスト前後に特別な準備処理や結果確認処理が必要な場合はこのメソッドを使用する。
execute(String, Advice<INF>, boolean) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストを実行する。
execute(Advice<INF>) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストを実行する。 テスト前後に特別な準備処理や結果確認処理が必要な場合はこのメソッドを使用する。
execute(Advice<INF>, boolean) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストを実行する。
executeBatch(String) - Method in class nablarch.test.core.integration.IntegrationTestSupport
バッチ処理方式のテストを実行する。
executeIntegrationTest(String) - Method in class nablarch.test.core.standalone.StandaloneTestSupportTemplate
結合テストを実行する。
executeMessagingSync(String) - Method in class nablarch.test.core.integration.IntegrationTestSupport
メッセージ同期応答方式のテストを実行する。
executeOnline(String, String) - Method in class nablarch.test.core.integration.IntegrationTestSupport
オンライン処理方式のテストを実行する。
executeOnline(String, String, Advice) - Method in class nablarch.test.core.integration.IntegrationTestSupport
オンライン処理方式のテストを実行する。
executeTestCase(String, Map<String, String>, Advice<INF>) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
テストケースを実行する。
executeTestShot() - Method in class nablarch.test.core.standalone.TestShot
テストショットを実行する。
ExpandBuff(boolean) - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
 
EXPECTED_COMPLETED - Enum constant in enum class nablarch.test.core.reader.DataType
期待値を示すテーブルデータ(更新用) 省略されたカラムにはデフォルト値が設定される。
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_FIXED - Enum constant in enum class nablarch.test.core.reader.DataType
期待値を示す固定長ファイル
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_REQUEST_BODY_MESSAGES - Enum constant in enum class nablarch.test.core.reader.DataType
要求電文(本文)の期待値を示す固定長ファイル
EXPECTED_REQUEST_HEADER_MESSAGES - Enum constant in enum class nablarch.test.core.reader.DataType
要求電文(ヘッダ)の期待値を示す固定長ファイル
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_DATA - Enum constant in enum class nablarch.test.core.reader.DataType
期待値を示すテーブルデータ
EXPECTED_TABLE_GROUP_ID - Static variable in class nablarch.test.core.standalone.TestShot
DB期待値のグループID
EXPECTED_VARIABLE - Enum constant in enum class nablarch.test.core.reader.DataType
期待値を示す固定長ファイル
ExpectedLogMessage - Class in nablarch.test.core.log
期待するログメッセージを表すクラス。
ログが想定通り出力されることを確認する為に使用する。
ExpectedLogMessage(LogLevel, List<String>) - Constructor for class nablarch.test.core.log.ExpectedLogMessage
コンストラクタ。
expectedMessages - Variable in class nablarch.test.core.messaging.MessagingRequestTestSupport
結果検証用クラス
expectedTokenSequences - Variable in exception nablarch.test.tool.htmlcheck.parser.ParseException
Each entry in this array is an array of integers.
EXPRESSION - Enum constant in enum class nablarch.test.tool.sanitizingcheck.tag.JspCore.CoreTagType
ExpressionLang - Class in nablarch.test.tool.sanitizingcheck.tag
EL式を表すクラス。
ExpressionLang(int, int) - Constructor for class nablarch.test.tool.sanitizingcheck.tag.ExpressionLang
コンストラクタ。
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form