TestSystemAppInstallSetup
public
class
TestSystemAppInstallSetup
extends BaseTargetPreparer
| java.lang.Object | ||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
| ↳ | com.android.tradefed.targetprep.TestSystemAppInstallSetup | |
IDeviceBuildInfo.getTestsDir() フォルダからデバイスの /system パーティションに 1 つ以上のアプリをインストールする ITargetPreparer。
adb root が必要
概要
パブリック コンストラクタ | |
|---|---|
TestSystemAppInstallSetup()
|
|
パブリック メソッド | |
|---|---|
void
|
addTestFileName(String fileName)
インストールする APK のリストにファイルを追加します |
void
|
setUp(TestInformation testInfo)
|
パブリック コンストラクタ
TestSystemAppInstallSetup
public TestSystemAppInstallSetup ()
パブリック メソッド
addTestFileName
public void addTestFileName (String fileName)
インストールする APK のリストにファイルを追加します。
setUp
public void setUp (TestInformation testInfo)
| パラメータ | |
|---|---|
testInfo |
TestInformation |
| 例外 | |
|---|---|
DeviceNotAvailableException |
|
TargetSetupError |
|