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 |
temizleme
public PocPusher cleanup (boolean cleanup)
Parametreler | |
---|---|
cleanup |
boolean |
İlerlemeler | |
---|---|
PocPusher |
pushFile
public void pushFile (String testFile, String remoteFile)
Parametreler | |
---|---|
testFile |
String |
remoteFile |
String |
Atışlar | |
---|---|
FileNotFoundException |
|
DeviceNotAvailableException |
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 |