RunCommandTargetPreparer
public
class
RunCommandTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RunCommandTargetPreparer |
Résumé
Constructeurs publics | |
---|---|
RunCommandTargetPreparer()
|
Méthodes publiques | |
---|---|
final
void
|
addRunCommand(String cmd)
Ajoutez une commande qui sera exécutée par le préparateur. |
|
getCommands()
|
|
getExecutedCommands()
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Méthodes protégées | |
---|---|
ITestDevice
|
getDevice(TestInformation testInfo)
Renvoie l'appareil sur lequel appliquer le préparateur. |
Constructeurs publics
RunCommandTargetPreparer
public RunCommandTargetPreparer ()
Méthodes publiques
addRunCommand
public final void addRunCommand (String cmd)
Ajoutez une commande qui sera exécutée par le préparateur.
Paramètres | |
---|---|
cmd |
String |
getCommands
publicgetCommands ()
Renvoie | |
---|---|
|
getExecutedCommands
publicgetExecutedCommands ()
Renvoie | |
---|---|
|
setUp
public void setUp (TestInformation testInfo)
Paramètres | |
---|---|
testInfo |
TestInformation |
Génère | |
---|---|
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
getDevice
protected ITestDevice getDevice (TestInformation testInfo)
Renvoie l'appareil sur lequel appliquer le préparateur.
Renvoie | |
---|---|
ITestDevice |
Appareil sur lequel appliquer le préparateur. |
Génère | |
---|---|
|
com.android.tradefed.targetprep.TargetSetupError |
TargetSetupError |