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