FastbootCommandPreparer
public
final
class
FastbootCommandPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.FastbootCommandPreparer |
Mempersiapkan target yang memicu fastboot dan mengirim perintah fastboot.
TODO(b/122592575): Menambahkan pengujian untuk preparer ini.
Ringkasan
Konstruktor publik | |
---|---|
FastbootCommandPreparer()
|
Metode publik | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Konstruktor publik
FastbootCommandPreparer
public FastbootCommandPreparer ()
Metode publik
penyiapan
public void setUp (TestInformation testInformation)
Parameter | |
---|---|
testInformation |
TestInformation |
Menampilkan | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
pembongkaran
public void tearDown (TestInformation testInformation, Throwable e)
Parameter | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Menampilkan | |
---|---|
DeviceNotAvailableException |