PocPusher

public class PocPusher
extends TestWatcher

java.lang.Объект
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)

Поля

AppBitness

public boolean appendBitness

разрядность32

public boolean bitness32

разрядность64

public boolean bitness64

очистка

public boolean cleanup

Общественные конструкторы

PocPusher

public PocPusher ()

Публичные методы

AppBitness

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

pushFile

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