public class SpringRepeat extends Statement
evaluate()| コンストラクターと説明 |
|---|
SpringRepeat(Statement next, MethodSE testMethod) 指定された testMethod の新しい SpringRepeat ステートメントを作成し、指定されたメソッドの @Repeat アノテーションから構成された繰り返し数を取得します。 |
SpringRepeat(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(Statement next, MethodSE testMethod)
testMethod の新しい SpringRepeat ステートメントを作成し、指定されたメソッドの @Repeat アノテーションから構成された繰り返し数を取得します。next - 実行チェーンの次の Statement testMethod - 現在のテストメソッド TestAnnotationUtils.getRepeatCount(Method)public void evaluate()
throws ThrowableSEstatement を繰り返し評価します。Statement の evaluate ThrowableSE