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)
|
필드
appendBitness
public boolean appendBitness
bitness32
public boolean bitness32
bitness64
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 |