FastbootCommandPreparer
public
final
class
FastbootCommandPreparer
extends BaseTargetPreparer
Objeto java.lang. | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.FastbootCommandPreparer |
Preparador de destino que activa fastboot y envía comandos de fastboot.
TODO(b/122592575): Agrega pruebas para este preparador.
Resumen
Constructores públicos | |
---|---|
FastbootCommandPreparer()
|
Métodos públicos | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Constructores públicos
FastbootCommandPreparer
public FastbootCommandPreparer ()
Métodos públicos
Configuración
public void setUp (TestInformation testInformation)
Parámetros | |
---|---|
testInformation |
TestInformation |
Arroja | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Eliminar
public void tearDown (TestInformation testInformation, Throwable e)
Parámetros | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Arroja | |
---|---|
DeviceNotAvailableException |