بوكبوشر
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
البتة32
public boolean bitness32
البتنس64
public boolean bitness64
تنظيف
public boolean cleanup
شركة إنشاءات عامة
بوكبوشر
public PocPusher ()
الطرق العامة
appendBitness
public PocPusher appendBitness (boolean append)
المعلمات | |
---|---|
append |
boolean |
المرتجعات | |
---|---|
PocPusher |
ملف الدفع
public void pushFile (String testFile, String remoteFile)
المعلمات | |
---|---|
testFile |
String |
remoteFile |
String |
الرميات | |
---|---|
FileNotFoundException |
|
DeviceNotAvailableException |
إنشاء مجموعة
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 |