PocPusher

public class PocPusher
extends TestWatcher

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


Yerel bir PoC yürütülebilir dosyasını cihaza göndermeye yardımcı olan yardımcı programlar

Özet

Fields'ın oynadığı filmler

public boolean appendBitness

public boolean bitness32

public boolean bitness64

public boolean cleanup

Herkese açık kurucular

PocPusher()

Herkese açık yöntemler

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)

Korunan yöntemler

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

Fields'ın oynadığı filmler

appendBitness

public boolean appendBitness

bitness32

public boolean bitness32

bitness64

public boolean bitness64

temizleme

public boolean cleanup

Herkese açık kurucular

PocPusher

public PocPusher ()

Herkese açık yöntemler

appendBitness

public PocPusher appendBitness (boolean append)

Parametreler
append boolean

İlerlemeler
PocPusher

bothBitness

public PocPusher bothBitness ()

İlerlemeler
PocPusher

temizleme

public PocPusher cleanup (boolean cleanup)

Parametreler
cleanup boolean

İlerlemeler
PocPusher

only32

public PocPusher only32 ()

İlerlemeler
PocPusher

only64

public PocPusher only64 ()

İlerlemeler
PocPusher

pushFile

public void pushFile (String testFile, 
                String remoteFile)

Parametreler
testFile String

remoteFile String

Atışlar
FileNotFoundException
DeviceNotAvailableException

setAbi

public PocPusher setAbi (IAbi abi)

Parametreler
abi IAbi

İlerlemeler
PocPusher

setBuild

public PocPusher setBuild (IBuildInfo buildInfo)

Parametreler
buildInfo IBuildInfo

İlerlemeler
PocPusher

setDevice

public PocPusher setDevice (ITestDevice device)

Parametreler
device ITestDevice

İlerlemeler
PocPusher

Korunan yöntemler

tamamlandı

protected void finished (Description d)

Parametreler
d Description

başlatılıyor

protected void starting (Description d)

Parametreler
d Description