PocPusher
public
class
PocPusher
extends TestWatcher
java.lang.Object | ||
↳ | org.junit.rules.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)
|
フィールド
追加ビット数
public boolean appendBitness
ビット数 32
public boolean bitness32
ビット数 64
public boolean bitness64
クリーンアップ
public boolean cleanup
パブリック コンストラクタ
PocPusher
public PocPusher ()
パブリック メソッド
pushFile
public void pushFile (String testFile, String remoteFile)
パラメータ | |
---|---|
testFile |
String |
remoteFile |
String |
例外 | |
---|---|
FileNotFoundException |
|
DeviceNotAvailableException |
保護されたメソッド
終わった
protected void finished (Description d)
パラメータ | |
---|---|
d |
Description |
開始しています
protected void starting (Description d)
パラメータ | |
---|---|
d |
Description |