FastbootCommandPreparer
public
final
class
FastbootCommandPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer (link em inglês) | |
↳ | com.android.tradefed.targetprep.FastbootCommandPreparer |
Preparador de destino que aciona o fastboot e envia comandos de fastboot.
TODO(b/122592575): adicionar testes para este preparador.
Resumo
Construtores públicos | |
---|---|
FastbootCommandPreparer()
|
Métodos públicos | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Construtores públicos
FastbootCommandPreparer
public FastbootCommandPreparer ()
Métodos públicos
Configuração
public void setUp (TestInformation testInformation)
Parâmetros | |
---|---|
testInformation |
TestInformation |
Gera | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
desmontar
public void tearDown (TestInformation testInformation, Throwable e)
Parâmetros | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Gera | |
---|---|
DeviceNotAvailableException |