Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- table() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- TableData - Class in nablarch.test.core.db
-
テーブルデータ保持クラス。
テストデータのテーブルデータを保持する。 - TableData() - Constructor for class nablarch.test.core.db.TableData
-
デフォルトコンストラクタ
- TableData(DbInfo, String, String[]) - Constructor for class nablarch.test.core.db.TableData
-
コンストラクタ
- TableData(DbInfo, String, String[], DefaultValues) - Constructor for class nablarch.test.core.db.TableData
-
コンストラクタ
- TableDataParser - Class in nablarch.test.core.reader
-
テストデータから
TableData
を解析するクラス。 - tabSize - Variable in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
- Tag - Class in nablarch.test.tool.sanitizingcheck.tag
-
タグをあらわすクラス。
- Tag(String, int, int) - Constructor for class nablarch.test.tool.sanitizingcheck.tag.Tag
-
コンストラクタ。
- TAG_NAME - Static variable in class nablarch.test.tool.sanitizingcheck.tag.Directive
-
タグ名
- TAG_NAME - Static variable in class nablarch.test.tool.sanitizingcheck.tag.HtmlComment
-
HTMLコメントタグ
- Tag.TagAttribute - Class in nablarch.test.tool.sanitizingcheck.tag
-
タグ属性を表すクラス。
- TagAttribute() - Constructor for class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
コンストラクタ。
- TagAttribute(int, int, String, String) - Constructor for class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
コンストラクタ。
- TagLib - Class in nablarch.test.tool.sanitizingcheck.tag
-
コメント。
- TagLib(String, int, int) - Constructor for class nablarch.test.tool.sanitizingcheck.tag.TagLib
-
コンストラクタ。
- TAGLIB - Enum constant in enum class nablarch.test.tool.sanitizingcheck.tag.TagType
-
タグリブ
- TagType - Enum Class in nablarch.test.tool.sanitizingcheck.tag
-
解析対象のタグタイプを表す列挙型。
- tail(List<TYPE>) - Method in class nablarch.test.core.reader.DataFileParser
-
先頭要素を削除したリストを返却する。 対象となるリストが空の場合(要素数0)、空のリストをそのまま返却する。
- tbody() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- td() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- teletype() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- Template() - Constructor for class nablarch.test.event.TestEventListener.Template
- terminate() - Method in class nablarch.test.core.log.LogVerifier
-
本クラスでは何もしない。
- terminate() - Method in class nablarch.test.core.log.NopLogWriter
- TEST_CASE_NO - Static variable in class nablarch.test.core.http.TestCaseInfo
-
テストケース番号を定義しているカラム名
- testAll() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
全種類のテストを行う。
- testAllCharsetVariation() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
適応可能な文字種のテストを行う。
- testBeanValidation(Class<T>, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
Bean Validationを設定したForm/Entityに対して、バリデーションテストを実行する。
- testBeanValidation(String, Class<T>, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
Bean Validationを設定したForm/Entityに対して、バリデーションテストを実行する。
- TestCaseInfo - Class in nablarch.test.core.http
-
データシートに定義されたテストケース情報を格納するクラス。
- TestCaseInfo(String, Map<String, String>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>) - Constructor for class nablarch.test.core.http.TestCaseInfo
-
コンストラクタ
- TestCaseInfo(String, Map<String, String>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>) - Constructor for class nablarch.test.core.http.TestCaseInfo
-
コンストラクタ
- TestCaseInfo(String, Map<String, String>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>) - Constructor for class nablarch.test.core.http.TestCaseInfo
-
コンストラクタ
- testClass - Variable in class nablarch.test.core.http.HttpRequestTestSupport
-
テストクラス
- testClass - Variable in class nablarch.test.core.standalone.StandaloneTestSupportTemplate
-
テストクラス
- testConstructorAndGetter(Class<?>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
Constructor and getterのテストを行う。
- TestDataConverter - Interface in nablarch.test.core.file
-
テストデータコンバータ
- TestDataInterpreter - Interface in nablarch.test.core.util.interpreter
-
テストデータ記法を解釈するインタフェース。
様々なテストデータを簡略に表現する機能を持つ。 本インタフェースを実装するクラスは、おおよそ以下のような流れで処理をするとよい。 解釈対象の値を、InterpretationContext.getValue()
により取得する。 値を解釈できる場合は、解釈した結果を返却する。 自身で解釈しない(できない)場合は、InterpretationContext.invokeNext()
の値を返却する。 自身で解釈した値を更に、後続処理に渡したい場合は、InterpretationContext.setValue(String)
で解釈後の値を設定した後、InterpretationContext.invokeNext()
の値を返却する。 - TestDataParser - Interface in nablarch.test.core.reader
-
テストデータ取得インターフェース。
- TestDataReader - Interface in nablarch.test.core.reader
-
テストデータの読み込みインタフェース。
- testEmptyInput() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
未入力のテストを行う。
- TestEventDispatcher - Class in nablarch.test.event
-
テストイベントディスパッチャクラス。
テスト実行時における各種イベントを検知し、リポジトリに登録されたリスナーに通知する。 テストクラスは本クラスまたは本クラスのサブクラスを継承することで、 リスナーに自動的にイベント通知を行えるようになる。 - TestEventDispatcher() - Constructor for class nablarch.test.event.TestEventDispatcher
- TestEventListener - Interface in nablarch.test.event
-
テストイベントリスナーインタフェース。 テスト実行中の各種イベント通知を受け取る。
- TestEventListener.Template - Class in nablarch.test.event
-
TestEventListener
実装のテンプレートクラス。
リスナーを作成する際は、本クラスを継承し必要なメソッドのみ オーバライドするとよい。 - testMaxLength() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
最長桁数のテストを行う。
- testMinLength() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
最短桁数のテストを行う。
- testName - Variable in class nablarch.test.event.TestEventDispatcher
-
テスト名
- testOverLimit() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
最長桁数超過のテストを行う。
- TestServletContextCreator - Class in nablarch.fw.web.i18n
-
ServletContextCreator
のテスト環境用実装クラス。
明示的に生成したHTTPセッションからサーブレットコンテキストを生成する。 - TestServletContextCreator() - Constructor for class nablarch.fw.web.i18n.TestServletContextCreator
- testSetterAndGetter(Class<T>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
setterとgetterのテストを行う。
- TestShot - Class in nablarch.test.core.standalone
- TestShot(String, Map<String, String>, DbAccessTestSupport, TestShot.TestShotAround, Class<?>) - Constructor for class nablarch.test.core.standalone.TestShot
-
コンストラクタ。
- TestShot.TestShotAround - Interface in nablarch.test.core.standalone
-
テストの前準備、結果検証を行うインタフェース。
処理方式固有の前準備、結果検証ロジックを実装すること。 - testSingleValidation(Class<?>, Map<String, Object>, String[], String, String...) - Method in class nablarch.test.core.entity.SingleValidationTester
-
単項目のバリデーションテストを行う。
- testSingleValidation(Class<?>, Map<String, Object>, String, String, String...) - Method in class nablarch.test.core.entity.SingleValidationTester
-
単項目のバリデーションテストを行う。
- testSingleValidation(Class<ENTITY>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
単項目のバリデーションテストをする。
- TestSupport - Class in nablarch.test
-
テストサポートクラス。
本テスティングフレームワークを利用する際のヘルパーメソッドを提供する。 - TestSupport(Class<?>) - Constructor for class nablarch.test.TestSupport
-
コンストラクタ
- testUnderLimit() - Method in class nablarch.test.core.entity.CharsetTestVariation
-
最短桁数不足のテストを行う。
- testValidateAndConvert(Class<T>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
Nablarch Validationを設定したForm/Entityに対して、バリデーションテストを実行する。
- testValidateAndConvert(String, Class<T>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
Nablarch Validationを設定したForm/Entityに対して、バリデーションテストを実行する。
- testValidateCharsetAndLength(Class<ENTITY>, String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
文字種と文字列長のバリデーションテストをする。
- text() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- textarea() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- textTag() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- tfoot() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- th() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- thead() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- TIMEOUT - Enum constant in enum class nablarch.test.core.reader.SendSyncMessageParser.ErrorMode
-
タイムアウトエラーの場合を想定し、nullを返却するモード
- title() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- TITLE - Static variable in class nablarch.test.core.standalone.TestShot
-
テストショットの説明
- toCanonical(File) - Static method in class nablarch.test.NablarchTestUtils
-
正規化されたファイルへ変換する。
- toCanonicalPath(String) - Static method in class nablarch.test.NablarchTestUtils
-
正規化されたパスへ変換する。
- toDataRecords() - Method in class nablarch.test.core.file.DataFile
- token - Variable in class nablarch.test.tool.htmlcheck.parser.Parser
-
Current token.
- Token - Class in nablarch.test.tool.htmlcheck.parser
-
Describes the input token stream.
- Token() - Constructor for class nablarch.test.tool.htmlcheck.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class nablarch.test.tool.htmlcheck.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class nablarch.test.tool.htmlcheck.parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class nablarch.test.tool.htmlcheck.parser.Parser
-
Generated Token Manager.
- tokenImage - Variable in exception nablarch.test.tool.htmlcheck.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Static variable in interface nablarch.test.tool.htmlcheck.parser.ParserConstants
-
Literal token values.
- TokenMgrError - Error in nablarch.test.tool.htmlcheck.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error nablarch.test.tool.htmlcheck.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error nablarch.test.tool.htmlcheck.parser.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error nablarch.test.tool.htmlcheck.parser.TokenMgrError
-
Constructor with message and reason.
- toString() - Method in class nablarch.fw.web.MockHttpCookie
-
Cookieの値を文字列に変換する。
- toString() - Method in class nablarch.fw.web.MockHttpRequest
-
このクラスの実装では、オブジェクトの内容と等価なHTTPリクエストメッセージを返す。
- toString() - Method in class nablarch.test.core.db.TableData
- toString() - Method in class nablarch.test.core.entity.BeanValidationResultMessage
-
このオブジェクトの文字列表現を返す。
- toString() - Method in class nablarch.test.core.entity.MessageComparedByContent
-
このオブジェクトの文字列表現を返す。
- toString() - Method in class nablarch.test.core.entity.MessageComparedById
-
このオブジェクトの文字列表現を返す。
- toString() - Method in class nablarch.test.core.file.DataFileFragment
- toString() - Method in enum class nablarch.test.core.file.LineSeparator
- toString() - Method in class nablarch.test.core.log.ExpectedLogMessage
- toString() - Method in class nablarch.test.core.util.ByteArrayAwareMap
-
要素中にバイト配列が含まれていた場合、16進数文字列に変換して出力する。
- toString() - Method in class nablarch.test.tool.htmlcheck.parser.SimpleNode
- toString() - Method in class nablarch.test.tool.htmlcheck.parser.Token
-
Returns the image.
- toString() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
- toString(String) - Method in class nablarch.test.tool.htmlcheck.parser.SimpleNode
- touch(File) - Static method in class nablarch.test.NablarchTestUtils
-
ファイルを作成する。
- toUpperCase(List<String>) - Static method in class nablarch.test.NablarchTestUtils
-
リストの各要素を大文字に変換する。
- tr() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
- TRANSACTIONS_KEY - Static variable in class nablarch.test.core.db.DbAccessTestSupport
-
データベーストランザクション名を取得する為のキー
- TransactionTemplate - Class in nablarch.test.core.db
-
トランザクション内で簡易的な処理を記述する為のテンプレートクラス。
- TransactionTemplate() - Constructor for class nablarch.test.core.db.TransactionTemplate
-
コンストラクタ
デフォルトのトランザクションを使用する。 - TransactionTemplate(String) - Constructor for class nablarch.test.core.db.TransactionTemplate
-
コンストラクタ
- TransactionTemplate(SimpleDbTransactionManager) - Constructor for class nablarch.test.core.db.TransactionTemplate
-
コンストラクタ
- TransactionTemplateInternal - Class in nablarch.test.core.db
-
フレームワーク内部で使用する
TransactionTemplate
サブクラス。 トランザクションを制御する場合に使用する。 本クラスはアプリケーションには公開されていない。 - TransactionTemplateInternal(String) - Constructor for class nablarch.test.core.db.TransactionTemplateInternal
-
コンストラクタ。
- trimTail(List<String>) - Static method in class nablarch.test.NablarchTestUtils
-
リスト末尾の空要素(nullまたは空文字)を取り除く。(破壊的メソッド)
- trimTailCopy(List<String>) - Static method in class nablarch.test.NablarchTestUtils
-
リスト末尾の空要素(nullまたは空文字)を取り除く。(非破壊的メソッド)
- types - Variable in class nablarch.test.core.file.DataFileFragment
-
データ型のシンボル
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form