포크푸셔

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)

필드

추가Bitness

public boolean appendBitness

비트32

public boolean bitness32

비트64

public boolean bitness64

정리

public boolean cleanup

공개 생성자

포크푸셔

public PocPusher ()

공개 메서드

추가Bitness

public PocPusher appendBitness (boolean append)

매개변수
append boolean

반환 값
PocPusher

양쪽 비트

public PocPusher bothBitness ()

반환 값
PocPusher

정리

public PocPusher cleanup (boolean cleanup)

매개변수
cleanup boolean

반환 값
PocPusher

만32

public PocPusher only32 ()

반환 값
PocPusher

만64

public PocPusher only64 ()

반환 값
PocPusher

푸시 파일

public void pushFile (String testFile, 
                String remoteFile)

매개변수
testFile String

remoteFile String

생성 값
FileNotFoundException
DeviceNotAvailableException

SetAbi

public PocPusher setAbi (IAbi abi)

매개변수
abi IAbi

반환 값
PocPusher

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