Stay organized with collections
Save and categorize content based on your preferences.
PocPusher
public
class
PocPusher
extends TestWatcher
java.lang.Object
|
↳ |
org.junit.rules.TestWatcher
|
|
↳ |
com.android.sts.common.PocPusher
|
Utilities to help push a native PoC executable to the device
Summary
Fields
appendBitness
public boolean appendBitness
bitness32
public boolean bitness32
bitness64
public boolean bitness64
cleanup
public boolean cleanup
Public constructors
PocPusher
public PocPusher ()
Public methods
appendBitness
public PocPusher appendBitness (boolean append)
Parameters |
append |
boolean |
cleanup
public PocPusher cleanup (boolean cleanup)
Parameters |
cleanup |
boolean |
pushFile
public void pushFile (String testFile,
String remoteFile)
Parameters |
testFile |
String |
remoteFile |
String |
Throws |
FileNotFoundException |
|
DeviceNotAvailableException |
|
setBuild
public PocPusher setBuild (IBuildInfo buildInfo)
Parameters |
buildInfo |
IBuildInfo |
setDevice
public PocPusher setDevice (ITestDevice device)
Parameters |
device |
ITestDevice |
Protected methods
finished
protected void finished (Description d)
starting
protected void starting (Description d)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-11-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-11-18 UTC."],[],[]]