FastbootCommandPreparer
public
final
class
FastbootCommandPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.FastbootCommandPreparer |
Préparateur de cible qui déclenche fastboot et envoie des commandes fastboot.
TODO(b/122592575): ajouter des tests pour ce préparateur.
Résumé
Constructeurs publics | |
---|---|
FastbootCommandPreparer()
|
Méthodes publiques | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Constructeurs publics
FastbootCommandPreparer
public FastbootCommandPreparer ()
Méthodes publiques
Configurer
public void setUp (TestInformation testInformation)
Paramètres | |
---|---|
testInformation |
TestInformation |
Génère | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
suppression
public void tearDown (TestInformation testInformation, Throwable e)
Paramètres | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Génère | |
---|---|
DeviceNotAvailableException |