インタフェース
org.seasar.framework.unit.InternalTestContext の使用

InternalTestContext を使用しているパッケージ
org.seasar.framework.unit S2コンテナと連動するテスト機能を提供します。 
org.seasar.framework.unit.impl S2コンテナと連動するテスト機能の実装クラスを提供します。 
 

org.seasar.framework.unit での InternalTestContext の使用
 

InternalTestContext として宣言されている org.seasar.framework.unit のフィールド
protected  InternalTestContext S2TestMethodRunner.testContext
          S2JUnit4の内部的なテストコンテキスト
 

InternalTestContext 型のパラメータを持つ org.seasar.framework.unit のメソッド
 void S2TestIntrospector.createMock(java.lang.reflect.Method method, java.lang.Object test, InternalTestContext context)
          MockInterceptorを利用したモックを作成します。
 

org.seasar.framework.unit.impl での InternalTestContext の使用
 

InternalTestContext を実装している org.seasar.framework.unit.impl のクラス
 class InternalTestContextImpl
          テスト内でServlet、JTA、EJB3のAPIを利用することが可能なテストコンテキストです。
 class SimpleInternalTestContext
          Servlet、JTA、EJB3のAPIに依存せずにS2JUnit4を実行可能にするシンプルなテストコンテキストです。
 

InternalTestContext 型のパラメータを持つ org.seasar.framework.unit.impl のメソッド
 void AnnotationTestIntrospector.createMock(java.lang.reflect.Method method, java.lang.Object test, InternalTestContext context)
           
protected  void AnnotationTestIntrospector.createMock(Mock mock, java.lang.reflect.Method method, java.lang.Object test, InternalTestContext context)
          mockからモックインターセプターを作成し、contextに登録します。
 



Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.