ReiniciarTargetPreparar
public final class RebootTargetPreparer
extends BaseTargetPreparer
java.lang.Objeto | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RebootTargetPreparer |
Preparador de destino que reinicia el dispositivo.
Resumen
Constructores públicos | |
---|---|
RebootTargetPreparer () |
Métodos públicos | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
Constructores públicos
ReiniciarTargetPreparar
public RebootTargetPreparer ()
Métodos públicos
configuración
public void setUp (TestInformation testInfo)
Parámetros | |
---|---|
testInfo | TestInformation |
Lanza | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
demoler
public void tearDown (TestInformation testInfo, Throwable e)
Parámetros | |
---|---|
testInfo | TestInformation |
e | Throwable |
Lanza | |
---|---|
DeviceNotAvailableException |