PocPusher

public class PocPusher
extends TestWatcher

java.lang.Object
   ↳ org.junit.rules.TestWatcher
     ↳ com.android.sts.common.PocPusher


Utilitaires permettant de transmettre un exécutable de démonstration de faisabilité natif sur l'appareil

Résumé

Champs

public boolean appendBitness

public boolean bitness32

public boolean bitness64

public boolean cleanup

Constructeurs publics

PocPusher()

Méthodes publiques

PocPusher appendBitness(boolean append)
PocPusher bothBitness()
PocPusher cleanup(boolean cleanup)
PocPusher only32()
PocPusher only64()
void pushFile(String testFile, String remoteFile)
PocPusher setAbi(IAbi abi)
PocPusher setBuild(IBuildInfo buildInfo)
PocPusher setDevice(ITestDevice device)

Méthodes protégées

void finished(Description d)
void starting(Description d)

Champs

appendBitness

public boolean appendBitness

bitness32

public boolean bitness32

bitness64

public boolean bitness64

nettoyage

public boolean cleanup

Constructeurs publics

PocPusher

public PocPusher ()

Méthodes publiques

appendBitness

public PocPusher appendBitness (boolean append)

Paramètres
append boolean

Renvoie
PocPusher

les deux bits

public PocPusher bothBitness ()

Renvoie
PocPusher

nettoyage

public PocPusher cleanup (boolean cleanup)

Paramètres
cleanup boolean

Renvoie
PocPusher

uniquement32

public PocPusher only32 ()

Renvoie
PocPusher

uniquement64

public PocPusher only64 ()

Renvoie
PocPusher

fichier push

public void pushFile (String testFile, 
                String remoteFile)

Paramètres
testFile String

remoteFile String

Génère
FileNotFoundException
DeviceNotAvailableException

setAbi

public PocPusher setAbi (IAbi abi)

Paramètres
abi IAbi

Renvoie
PocPusher

setBuild

public PocPusher setBuild (IBuildInfo buildInfo)

Paramètres
buildInfo IBuildInfo

Renvoie
PocPusher

Définir l'appareil

public PocPusher setDevice (ITestDevice device)

Paramètres
device ITestDevice

Renvoie
PocPusher

Méthodes protégées

a clôturé

protected void finished (Description d)

Paramètres
d Description

démarrage...

protected void starting (Description d)

Paramètres
d Description