PocPusher
public
class
PocPusher
extends TestWatcher
JavaScript.lang.Object | ||
↳ | org.junit.כללים.TestWatcher | |
↳ | com.android.sts.common.PocPusher |
כלי ניהול שיעזרו בדחיפה של קובץ הפעלה של PoC מקורי למכשיר
סיכום
שדות | |
---|---|
public
boolean |
appendBitness
|
public
boolean |
bitness32
|
public
boolean |
bitness64
|
public
boolean |
cleanup
|
בנאים ציבוריים | |
---|---|
PocPusher()
|
שיטות ציבוריות | |
---|---|
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)
|
שיטות מוגנות | |
---|---|
void
|
finished(Description d)
|
void
|
starting(Description d)
|
שדות
appendBitness
public boolean appendBitness
ביטים32
public boolean bitness32
Bitness64
public boolean bitness64
ניקוי נתונים
public boolean cleanup
בנאים ציבוריים
PocPusher
public PocPusher ()
שיטות ציבוריות
appendBitness
public PocPusher appendBitness (boolean append)
פרמטרים | |
---|---|
append |
boolean |
החזרות | |
---|---|
PocPusher |
קובץ PushFile
public void pushFile (String testFile, String remoteFile)
פרמטרים | |
---|---|
testFile |
String |
remoteFile |
String |
קליעות | |
---|---|
FileNotFoundException |
|
DeviceNotAvailableException |
setBuild
public PocPusher setBuild (IBuildInfo buildInfo)
פרמטרים | |
---|---|
buildInfo |
IBuildInfo |
החזרות | |
---|---|
PocPusher |
הגדרת מכשיר
public PocPusher setDevice (ITestDevice device)
פרמטרים | |
---|---|
device |
ITestDevice |
החזרות | |
---|---|
PocPusher |
שיטות מוגנות
הסתיימה
protected void finished (Description d)
פרמטרים | |
---|---|
d |
Description |
מתחיל
protected void starting (Description d)
פרמטרים | |
---|---|
d |
Description |