DeviceStringPusher

public class DeviceStringPusher
extends BaseTargetPreparer

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


Préparateur de cible pour écrire une chaîne dans un fichier.

Si le fichier existe déjà, l'ancienne version sera restaurée lors du démontage.

Résumé

Constructeurs publics

DeviceStringPusher()

Méthodes publiques

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

Constructeurs publics

DeviceStringPusher

public DeviceStringPusher ()

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