RecoveryLogPreparer
public class RecoveryLogPreparer
extends BaseTargetPreparer
implements ITestLoggerReceiver
Um preparador de destino usado para coletar logs antes da recuperação.
Resumo
Métodos públicos |
---|
void | setTestLogger (ITestLogger testLogger) |
void | setUp (TestInformation testInformation) |
Métodos protegidos |
---|
void | rebootDevice (TestInformation testInformation) |
Construtoras públicas
RecoveryLogPreparer
public RecoveryLogPreparer ()
Métodos públicos
setTestLogger
public void setTestLogger (ITestLogger testLogger)
Parâmetros |
---|
testLogger | ITestLogger |
public void setUp (TestInformation testInformation)
Parâmetros |
---|
testInformation | TestInformation |
Lança |
---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError | |
Métodos protegidos
protected void rebootDevice (TestInformation testInformation)
Parâmetros |
---|
testInformation | TestInformation |
Lança |
---|
DeviceNotAvailableException | |