RiprovaResultForwarder

public class RetryResultForwarder
extends ResultForwarder

java.lang.Object
com.android.tradefed.result.ResultForwarder
com.android.tradefed.result.RetryResultForwarder


Un'estensione di ResultForwarder che esegue sempre il push a un determinato numero di tentativi.

Riepilogo

Costruttori pubblici

RetryResultForwarder (int attemptNumber, ITestInvocationListener... listeners)

Metodi pubblici

void testRunStarted (String runName, int testCount)

void testRunStarted (String runName, int testCount, int attemptNumber)

Costruttori pubblici

RiprovaResultForwarder

public RetryResultForwarder (int attemptNumber, 
                ITestInvocationListener... listeners)

Parametri
attemptNumber int

listeners ITestInvocationListener

Metodi pubblici

testRunStarted

public void testRunStarted (String runName, 
                int testCount)

Parametri
runName String

testCount int

testRunStarted

public void testRunStarted (String runName, 
                int testCount, 
                int attemptNumber)

Parametri
runName String

testCount int

attemptNumber int