public class SpringRepeat
extends org.junit.runners.model.Statementevaluate()| コンストラクターと説明 |
|---|
SpringRepeat(org.junit.runners.model.Statement next, java.lang.reflect.Method testMethod) 指定された testMethod の新しい SpringRepeat ステートメントを作成し、指定されたメソッドの @Repeat アノテーションから構成された繰り返し数を取得します。 |
SpringRepeat(org.junit.runners.model.Statement next, java.lang.reflect.Method testMethod, int repeat) 指定された testMethod および repeat カウントの新しい SpringRepeat ステートメントを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | evaluate() 指定された繰り返し回数を使用して、実行チェーンの次の statement を繰り返し評価します。 |
protected static final Log logger
public SpringRepeat(org.junit.runners.model.Statement next,
java.lang.reflect.Method testMethod)testMethod の新しい SpringRepeat ステートメントを作成し、指定されたメソッドの @Repeat アノテーションから構成された繰り返し数を取得します。next - 実行チェーンの次の Statement testMethod - 現在のテストメソッド TestAnnotationUtils.getRepeatCount(Method)public SpringRepeat(org.junit.runners.model.Statement next,
java.lang.reflect.Method testMethod,
int repeat)testMethod および repeat カウントの新しい SpringRepeat ステートメントを作成します。next - 実行チェーンの次の Statement testMethod - 現在のテストメソッド repeat - 現在のテストメソッドに設定された繰り返し回数