|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public static interface S2TestClassMethodsRunner.Provider
S2TestClassMethodsRunner
の振る舞いを提供します。
メソッドの概要 | |
---|---|
S2TestMethodRunner |
createMethodRunner(java.lang.Object test,
java.lang.reflect.Method method,
org.junit.runner.notification.RunNotifier notifier,
org.junit.runner.Description description)
テストメソッドランナーを作成します。 |
java.util.List<java.lang.reflect.Method> |
getAfterClassMethods(java.lang.Class<?> clazz)
テストクラスの解放メソッドのリストを返します。 |
java.util.List<java.lang.reflect.Method> |
getBeforeClassMethods(java.lang.Class<?> clazz)
テストクラスの初期化メソッドのリストを返します。 |
java.util.List<java.lang.reflect.Method> |
getTestMethods(java.lang.Class<?> clazz)
テストメソッドのリストを返します。 |
メソッドの詳細 |
---|
java.util.List<java.lang.reflect.Method> getTestMethods(java.lang.Class<?> clazz)
clazz
- テストクラス
java.util.List<java.lang.reflect.Method> getBeforeClassMethods(java.lang.Class<?> clazz)
clazz
- テストクラス
java.util.List<java.lang.reflect.Method> getAfterClassMethods(java.lang.Class<?> clazz)
clazz
- テストクラス
S2TestMethodRunner createMethodRunner(java.lang.Object test, java.lang.reflect.Method method, org.junit.runner.notification.RunNotifier notifier, org.junit.runner.Description description)
test
- テストクラスのインスタンスmethod
- テストメソッドnotifier
- ノティファイアーdescription
- ディスクリプション
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |