DeviceStringPusher

public class DeviceStringPusher
extends BaseTargetPreparer

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


Preparatore target per scrivere una stringa in un file.

Se il file esiste già, verrà ripristinata la versione precedente durante il teardown.

Riepilogo

Costruttori pubblici

DeviceStringPusher()

Metodi pubblici

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

Costruttori pubblici

DeviceStringPusher

public DeviceStringPusher ()

Metodi pubblici

setUp

public void setUp (TestInformation testInfo)

Parametri
testInfo TestInformation

Lanci
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametri
testInfo TestInformation

e Throwable

Lanci
DeviceNotAvailableException