RetryLogSaverResultForwarder

public class RetryLogSaverResultForwarder
extends LogSaverResultForwarder

java.lang.Object
com.android.tradefed.result.ResultForwarder
com.android.tradefed.result.LogSaverResultForwarder
com.android.tradefed.retry.RetryLogSaverResultForwarder


Spedizioniere che gestisce anche il superamento del tentativo attuale in cui ci troviamo.

Riepilogo

Costruttori pubblici

RetryLogSaverResultForwarder (ILogSaver logSaver, listeners) RetryLogSaverResultForwarder (ILogSaver logSaver, listeners)

Metodi pubblici

void incrementAttempt ()

Incrementa il numero di tentativi.

void testRunStarted (String runName, int testCount)

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

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

Costruttori pubblici

RetryLogSaverResultForwarder

public RetryLogSaverResultForwarder (ILogSaver logSaver, 
                 listeners)

Parametri
logSaver ILogSaver

listeners

Metodi pubblici

incrementoTentativo

public void incrementAttempt ()

Incrementa il numero di tentativi.

testRunStarted

public void testRunStarted (String runName, 
                int testCount)

Parametri
runName String

testCount int

testRunStarted

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

Parametri
runName String

testCount int

attemptNumber int

startTime long

testRunStarted

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

Parametri
runName String

testCount int

attemptNumber int