應用程式設定
public
class
AppSetup
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.AppSetup |
安裝 APK 及其測試的 ITargetPreparer
。
需要「aapt」設定 --uninstall 時,在 PATH 上
摘要
公用建構函式 | |
---|---|
AppSetup()
|
公用方法 | |
---|---|
void
|
setUp(ITestDevice device, IBuildInfo buildInfo)
|
void
|
tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)
|
公用建構函式
應用程式設定
public AppSetup ()
公用方法
設定
public void setUp (ITestDevice device, IBuildInfo buildInfo)
參數 | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
擲回 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
TearDown
public void tearDown (ITestDevice device, IBuildInfo buildInfo, Throwable e)
參數 | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
e |
Throwable |
擲回 | |
---|---|
DeviceNotAvailableException |