RestartTargetPreparer
public
final
class
RebootTargetPreparer
extends BaseTargetPreparer
Objeto java.lang. | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RebootTargetPreparer |
Preparador de destinos 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
RestartTargetPreparer
public RebootTargetPreparer ()
Métodos públicos
Configuración
public void setUp (TestInformation testInfo)
Parámetros | |
---|---|
testInfo |
TestInformation |
Arroja | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Eliminar
public void tearDown (TestInformation testInfo, Throwable e)
Parámetros | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Arroja | |
---|---|
DeviceNotAvailableException |