FastbootCommandPreparer
public
final
class
FastbootCommandPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.FastbootCommandPreparer |
أداة الإعداد المستهدفة التي تشغِّل Fastboot وترسل أوامر Fastboot.
TODO(b/122592575): أضِف اختبارات لأداة التجهيز هذه.
ملخّص
شركة إنشاءات عامة | |
---|---|
FastbootCommandPreparer()
|
الطرق العامة | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
شركة إنشاءات عامة
FastbootCommandPreparer
public FastbootCommandPreparer ()
الطرق العامة
إعداد
public void setUp (TestInformation testInformation)
المعلمات | |
---|---|
testInformation |
TestInformation |
الرميات | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
قطع
public void tearDown (TestInformation testInformation, Throwable e)
المعلمات | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
الرميات | |
---|---|
DeviceNotAvailableException |