TestSystemAppInstallSetup
public
class
TestSystemAppInstallSetup
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.TestSystemAppInstallSetup |
ITargetPreparer
,可將一或多個應用程式從 IDeviceBuildInfo.getTestsDir()
資料夾安裝到裝置上的 /system 分區。
需要 ADB 根層級
摘要
公用建構函式 | |
---|---|
TestSystemAppInstallSetup()
|
公用方法 | |
---|---|
void
|
addTestFileName(String fileName)
在要安裝的 APK 清單中新增檔案 |
void
|
setUp(TestInformation testInfo)
|
公用建構函式
TestSystemAppInstallSetup
public TestSystemAppInstallSetup ()
公用方法
addTestFileName
public void addTestFileName (String fileName)
在要安裝的 APK 清單中新增檔案
設定
public void setUp (TestInformation testInfo)
參數 | |
---|---|
testInfo |
TestInformation |
擲回 | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |