- 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のテストを行う。
- TestEventDispatcher - Class in nablarch.test.event
-
テストイベントディスパッチャクラス。
テスト実行時における各種イベントを検知し、リポジトリに登録されたリスナーに通知する。
テストクラスは本クラスまたは本クラスのサブクラスを継承することで、
リスナーに自動的にイベント通知を行えるようになる。
- 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
-
テストショットの説明
- 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
-
コンストラクタ