FastbootCommandPreparer
public
final
class
FastbootCommandPreparer
extends BaseTargetPreparer
java.lang.Object | ||
🎞 | com.android.tradefed.targetprep.BaseTargetPreparer | |
🎞 | com.android.tradefed.targetprep.FastbootCommandPreparer |
Preparatore target che attiva fastboot e invia comandi fastboot.
TODO(b/122592575): aggiungi test per questo preparatore.
Riepilogo
Costruttori pubblici | |
---|---|
FastbootCommandPreparer()
|
Metodi pubblici | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Costruttori pubblici
FastbootCommandPreparer
public FastbootCommandPreparer ()
Metodi pubblici
impostazione
public void setUp (TestInformation testInformation)
Parametri | |
---|---|
testInformation |
TestInformation |
Lanci | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
demolire
public void tearDown (TestInformation testInformation, Throwable e)
Parametri | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Lanci | |
---|---|
DeviceNotAvailableException |