RebootTargetPreparerRebootTargetPreparer
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.
Sommaire
Constructeurs publics | |
---|---|
RebootTargetPreparer () |
Méthodes publiques | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
Constructeurs publics
RebootTargetPreparerRebootTargetPreparer
public RebootTargetPreparer ()
Méthodes publiques
mettre en place
public void setUp (TestInformation testInfo)
Paramètres | |
---|---|
testInfo | TestInformation |
Lance | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
abattre
public void tearDown (TestInformation testInfo, Throwable e)
Paramètres | |
---|---|
testInfo | TestInformation |
e | Throwable |
Lance | |
---|---|
DeviceNotAvailableException |