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

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

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

S2TestIntrospector として宣言されている org.seasar.framework.unit のフィールド
protected  S2TestIntrospector S2TestMethodRunner.introspector
          テストクラスのイントロスペクター
protected  S2TestIntrospector S2TestClassMethodsRunner.DefaultProvider.introspector
          テストクラスのイントロスペクター
 

S2TestIntrospector 型のパラメータを持つ org.seasar.framework.unit のメソッド
 void S2TestClassMethodsRunner.DefaultProvider.setTestIntrospector(S2TestIntrospector introspector)
          テストクラスのイントロスペクターを設定します。
 

S2TestIntrospector 型のパラメータを持つ org.seasar.framework.unit のコンストラクタ
S2TestMethodRunner(java.lang.Object test, java.lang.reflect.Method method, org.junit.runner.notification.RunNotifier notifier, org.junit.runner.Description description, S2TestIntrospector introspector)
          インスタンスを構築します。
 

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

S2TestIntrospector を実装している org.seasar.framework.unit.impl のクラス
 class AnnotationTestIntrospector
          アノテーションを解釈してテストクラスを分析するイントロスペクターです。
 class ConventionTestIntrospector
          命名規約を解釈してテストクラスを分析するイントロスペクターです。
 



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