TestSystemAppInstallSetup
public
class
TestSystemAppInstallSetup
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.TestSystemAppInstallSetup |
ITargetPreparer
: IDeviceBuildInfo.getTestsDir()
フォルダからデバイスの /system パーティションに 1 つ以上のアプリをインストールします。
adb root が必要
概要
パブリック コンストラクタ | |
---|---|
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 |