SuiteApkInstaller
public
class
SuiteApkInstaller
extends TestAppInstallSetup
Installs specified APKs for Suite configuration: either from $ANDROID_TARGET_OUT_TESTCASES
variable or the ROOT_DIR in build info.
Summary
Protected methods |
File
|
getLocalPathForFilename(TestInformation testInfo, String apkFileName)
Resolve the actual apk path based on testing artifact information inside build info.
|
Public constructors
SuiteApkInstaller
public SuiteApkInstaller ()
Protected methods
protected File getLocalPathForFilename (TestInformation testInfo,
String apkFileName)
Resolve the actual apk path based on testing artifact information inside build info.
Parameters |
testInfo |
TestInformation : The TestInformation for the invocation. |
apkFileName |
String : filename of the apk to install |
Returns |
File |
a ERROR(/File) representing the physical apk file on host or null if the file
does not exist.
|