PocPusher
public
class
PocPusher
extends TestWatcher
java.lang.Object | ||
↳ | org.junit.rules.TestWatcher | |
↳ | com.android.sts.common.PocPusher |
أدوات للمساعدة في دفع ملف تنفيذي أصلي لمفهوم إثبات الإمكانية إلى الجهاز
ملخّص
الحقول | |
---|---|
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
bitness32
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 |
setDevice
public PocPusher setDevice (ITestDevice device)
المعلمات | |
---|---|
device |
ITestDevice |
المرتجعات | |
---|---|
PocPusher |
الطرق المحمية
تم
protected void finished (Description d)
المعلمات | |
---|---|
d |
Description |
جارٍ البدء
protected void starting (Description d)
المعلمات | |
---|---|
d |
Description |