RetryLogSaverResultForwarder

public class RetryLogSaverResultForwarder
extends LogSaverResultForwarder

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


Encaminhador que também lida com a passagem da tentativa atual em que estamos.

Resumo

Construtores públicos

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

Métodos públicos

void incrementAttempt ()

Aumente o número da tentativa.

void testRunStarted (String runName, int testCount)

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

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

Construtores públicos

RetryLogSaverResultForwarder

public RetryLogSaverResultForwarder (ILogSaver logSaver, 
                 listeners)

Parâmetros
logSaver ILogSaver

listeners

Métodos públicos

incrementoTentativa

public void incrementAttempt ()

Aumente o número da tentativa.

testRunStarted

public void testRunStarted (String runName, 
                int testCount)

Parâmetros
runName String

testCount int

testRunStarted

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

Parâmetros
runName String

testCount int

attemptNumber int

startTime long

testRunStarted

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

Parâmetros
runName String

testCount int

attemptNumber int