Uses of Class
nablarch.test.core.http.TestCaseInfo
Packages that use TestCaseInfo
-
Uses of TestCaseInfo in nablarch.test.core.http
Classes in nablarch.test.core.http with type parameters of type TestCaseInfoModifier and TypeClassDescriptionclass
AbstractHttpRequestTestTemplate<INF extends TestCaseInfo>
リクエスト単体テストをテンプレート化するクラス。
本クラスを使用することで、リクエスト単体テストのテストソース、テストデータを 定型化することができる。Methods in nablarch.test.core.http with parameters of type TestCaseInfoModifier and TypeMethodDescriptionvoid
BasicAdvice.afterExecute
(TestCaseInfo testCaseInfo, nablarch.fw.ExecutionContext context) テスト実行直後(サブミット後)に起動されるコールバックメソッドvoid
BasicAdvice.beforeExecute
(TestCaseInfo testCaseInfo, nablarch.fw.ExecutionContext context) テスト実行直前(サブミット前)に起動されるコールバックメソッド