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

B

backup(int) - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
Backup a number of characters.
base() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
basefont() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
BasicAdvice - Class in nablarch.test.core.http
リクエスト単体テストコールバックの基本実装クラス。
リクエスト単体テストクラスを実装する際の型指定を簡略化するため、 本クラスはTestCaseInfoの型を指定している。
BasicAdvice() - Constructor for class nablarch.test.core.http.BasicAdvice
 
BasicDataTypeMapping - Class in nablarch.test.core.file
DataTypeMappingの基本実装クラス。
デフォルトの対応表を持っているが、マッピング表を外部から設定することもできる。
BasicDataTypeMapping() - Constructor for class nablarch.test.core.file.BasicDataTypeMapping
 
BasicDefaultValues - Class in nablarch.test.core.db
DefaultValuesの基本実装クラス。
明示的にデフォルト値が設定された場合は、その値を返却する。 そうでない場合は以下の値をデフォルト値として返却する。
BasicDefaultValues() - Constructor for class nablarch.test.core.db.BasicDefaultValues
 
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
コンストラクタ。
BasicJapaneseCharacterGenerator - Class in nablarch.test.core.util.generator
日本語文字種生成クラスの基本実装クラス。 本クラスでは、文字種と文字集合の組み合わせを定義するのみで、 実際の処理はスーパークラス(CharacterGeneratorBase)で実施している。 以下の文字種を生成できる。 半角英字 半角数字 半角記号 半角カナ 全角英字 全角数字 全角ひらがな 全角カタカナ 全角漢字 全角記号その他 サロゲートペア 中国語(Unicode上に含まれるがJIS X0213に含まれない漢字) 外字
BasicJapaneseCharacterGenerator() - Constructor for class nablarch.test.core.util.generator.BasicJapaneseCharacterGenerator
コンストラクタ
BasicJapaneseCharacterInterpreter - Class in nablarch.test.core.util.interpreter
日本語文字表現を解釈する基本実装クラス。
${文字種,文字数}という表現を解釈して、文字列に変換する。 例えば、{$全角英字, 10}という表現は10文字の全角英字に変換される。 使用可能な文字種については、BasicJapaneseCharacterGeneratorを参照。
BasicJapaneseCharacterInterpreter() - Constructor for class nablarch.test.core.util.interpreter.BasicJapaneseCharacterInterpreter
 
BasicTestDataParser - Class in nablarch.test.core.reader
テストデータを読み込み、各オブジェクトにparseするクラス。
BasicTestDataParser() - Constructor for class nablarch.test.core.reader.BasicTestDataParser
 
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
コンストラクタ。
bdo() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
BeanValidationResultMessage - Class in nablarch.test.core.entity
ValidationResultMessage同士の比較をメッセージ本文とプロパティ名で実行するためのクラス。
BeanValidationResultMessage(ValidationResultMessage) - Constructor for class nablarch.test.core.entity.BeanValidationResultMessage
コンストラクタ。
BeanValidationTestStrategy - Class in nablarch.test.core.entity
Bean Validationを使用するときのValidationTestStrategy実装クラス。
BeanValidationTestStrategy() - Constructor for class nablarch.test.core.entity.BeanValidationTestStrategy
 
before() - Method in class nablarch.test.SystemPropertyResource
 
before(Class<? extends T>) - Method in class nablarch.test.core.util.ListWrapper.InsertOperation
指定クラスの直前に要素を挿入する。
指定クラスが先頭の場合は、先頭に挿入される。
beforeExecute(INF, ExecutionContext) - Method in interface nablarch.test.core.http.Advice
テスト実行直前(サブミット前)に起動されるコールバックメソッド
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
テスト実行前の処理を行う。
サブクラスでオーバライドする。
beforeExecute(TestCaseInfo, ExecutionContext) - Method in class nablarch.test.core.http.BasicAdvice
テスト実行直前(サブミット前)に起動されるコールバックメソッド
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度限り呼び出されるコールバック
beginColumn - Variable in class nablarch.test.tool.htmlcheck.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class nablarch.test.tool.htmlcheck.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
Start.
beginTransactions() - Method in class nablarch.test.core.db.DbAccessTestSupport
データベースアクセスクラスのテスト用にトランザクションを開始する。
開始対象のトランザクション名は、設定ファイルより取得する。
複数のトランザクションを開始する場合には、カンマ(",")区切りで複数のトランザクション名を設定する。
設定ファイル例:
big() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
BinaryFileInterpreter - Class in nablarch.test.core.util.interpreter
ファイルデータを解釈するクラス。
BinaryFileInterpreter(String) - Constructor for class nablarch.test.core.util.interpreter.BinaryFileInterpreter
コンストラクタ。
block() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
blockquote() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
body() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
bodyContent() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
bold() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
br() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
bufcolumn - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
 
buffer - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
 
bufline - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
 
bufpos - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
Position in buffer.
button() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
 
ByteArrayAwareMap<K,V> - Class in nablarch.test.core.util
バイト配列を認識するMap実装クラス。
ByteArrayAwareMap(Map<K, V>) - Constructor for class nablarch.test.core.util.ByteArrayAwareMap
コンストラクタ。
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