RebootTargetPreparer

public final class RebootTargetPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.RebootTargetPreparer


Préparateur cible qui redémarre l'appareil.

Résumé

Constructeurs publics

RebootTargetPreparer()

Méthodes publiques

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

Constructeurs publics

RebootTargetPreparer

public RebootTargetPreparer ()

Méthodes publiques

setUp

public void setUp (TestInformation testInfo)

Paramètres
testInfo TestInformation

Génère
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

Paramètres
testInfo TestInformation

e Throwable

Génère
DeviceNotAvailableException