RootTargetPreparer

public final class RootTargetPreparer
extends BaseTargetPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.RootTargetPreparer


Préparateur cible qui exécute "adb root" ou "adb unroot" en fonction de l'option "force-root".

Restaurera l'état racine d'origine lors du démontage.

Résumé

Constructeurs publics

RootTargetPreparer ()

Méthodes publiques

void setUp ( TestInformation testInfo)
void tearDown ( TestInformation testInfo, Throwable e)

Constructeurs publics

RootTargetPreparer

public RootTargetPreparer ()

Méthodes publiques

installation

public void setUp (TestInformation testInfo)

Paramètres
testInfo TestInformation

Jetés
BuildError
DeviceNotAvailableException
TargetSetupError

démolir

public void tearDown (TestInformation testInfo, 
                Throwable e)

Paramètres
testInfo TestInformation

e Throwable

Jetés
DeviceNotAvailableException