DeviceCleaner
public
class
DeviceCleaner
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.DeviceCleaner |
Effectue un redémarrage ou un formatage en tant qu'action de nettoyage après le test, et désactive éventuellement l'écran
Résumé
Constructeurs publics | |
---|---|
DeviceCleaner()
|
Méthodes publiques | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Méthodes protégées | |
---|---|
void
|
clean(ITestDevice device)
Exécuter l'action de nettoyage suivie d'une action après le nettoyage |
Constructeurs publics
DeviceCleaner
public DeviceCleaner ()
Méthodes publiques
Configurer
public void setUp (TestInformation testInfo)
Paramètres | |
---|---|
testInfo |
TestInformation |
Génère | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
suppression
public void tearDown (TestInformation testInfo, Throwable e)
Paramètres | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Génère | |
---|---|
DeviceNotAvailableException |
Méthodes protégées
propre
protected void clean (ITestDevice device)
Exécuter l'action de nettoyage suivie d'une action après le nettoyage
Paramètres | |
---|---|
device |
ITestDevice |
Génère | |
---|---|
DeviceNotAvailableException |