RetryLogSaverResultForwarder

public class RetryLogSaverResultForwarder
extends LogSaverResultForwarder

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


Inoltra che gestisce anche il passaggio al tentativo corrente.

Riepilogo

Costruttori pubblici

RetryLogSaverResultForwarder(ILogSaver logSaver, listeners)

Metodi pubblici

void incrementAttempt()

Aumenta 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

incrementAttempt

public void incrementAttempt ()

Aumenta 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