FastbootCommandPreparer
public
final
class
FastbootCommandPreparer
extends BaseTargetPreparer
java.lang.Object | ||
😎 | com.android.tradefed.targetprep.BaseTargetPreparer | |
😎 | com.android.tradefed.targetprep.FastbootCommandPreparer |
Ziel-Preparer, der Fastboot auslöst und Fastboot-Befehle sendet.
TODO(b/122592575): Fügen Sie Tests für diesen Vorbereitende hinzu.
Zusammenfassung
Öffentliche Konstruktoren | |
---|---|
FastbootCommandPreparer()
|
Öffentliche Methoden | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Öffentliche Konstruktoren
FastbootCommandPreparer
public FastbootCommandPreparer ()
Öffentliche Methoden
einrichten
public void setUp (TestInformation testInformation)
Parameter | |
---|---|
testInformation |
TestInformation |
Ausgabe | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Teardown
public void tearDown (TestInformation testInformation, Throwable e)
Parameter | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Ausgabe | |
---|---|
DeviceNotAvailableException |