Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

T

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
コンストラクタ
TEST_CASE_NO - Static variable in class nablarch.test.core.http.TestCaseInfo
テストケース番号を定義しているカラム名
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のテストを行う。
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
テストデータの読み込みインタフェース。
TestEventDispatcher - Class in nablarch.test.event
テストイベントディスパッチャクラス。
テスト実行時における各種イベントを検知し、リポジトリに登録されたリスナーに通知する。 テストクラスは本クラスまたは本クラスのサブクラスを継承することで、 リスナーに自動的にイベント通知を行えるようになる。
TestEventListener - Interface in nablarch.test.event
テストイベントリスナーインタフェース。 テスト実行中の各種イベント通知を受け取る。
TestEventListener.Template - Class in nablarch.test.event
TestEventListener実装のテンプレートクラス。
リスナーを作成する際は、本クラスを継承し必要なメソッドのみ オーバライドするとよい。
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
コンストラクタ。
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
コンストラクタ
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
文字種と文字列長のバリデーションテストをする。
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
DataRecordへ変換する。
本メソッドの結果と、DataFile.read()メソッドの結果を突合することで、 期待データと実際のファイルとの比較を行うことができる。
toString() - Method in class nablarch.fw.web.MockHttpCookie
Cookieの値を文字列に変換する。

変換後の値は、HTTPリクエストのCookieヘッダーに埋め込む形式でフォーマットする。

toString() - Method in class nablarch.test.core.db.TableData
touch(File) - Static method in class nablarch.test.NablarchTestUtils
ファイルを作成する。
toUpperCase(List<String>) - Static method in class nablarch.test.NablarchTestUtils
リストの各要素を大文字に変換する。
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
コンストラクタ
trimTail(List<String>) - Static method in class nablarch.test.NablarchTestUtils
リスト末尾の空要素(nullまたは空文字)を取り除く。(破壊的メソッド)
trimTailCopy(List<String>) - Static method in class nablarch.test.NablarchTestUtils
リスト末尾の空要素(nullまたは空文字)を取り除く。(非破壊的メソッド)
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