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 ルートが必要です
まとめ
パブリック コンストラクター | |
---|---|
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 |