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