GoogleAppsSetup
public
class
GoogleAppsSetup
extends BaseTargetPreparer
implements
IDiscoverDependencies,
ILabPreparer
| java.lang.Object | ||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
| ↳ | com.google.android.tradefed.targetprep.GoogleAppsSetup | |
一种 ITargetPreparer,支持各种 Google 应用设置选项
注意:设备必须先配置账号,请参阅 GoogleAccountPreparer
摘要
公共构造函数 | |
|---|---|
GoogleAppsSetup()
|
|
公共方法 | |
|---|---|
Set<String>
|
reportDependencies()
|
void
|
setUp(TestInformation testInfo)
执行测试所需的目标设置。 |
公共构造函数
GoogleAppsSetup
public GoogleAppsSetup ()
公共方法
reportDependencies
public Set<String> reportDependencies ()
| 返回 | |
|---|---|
Set<String> |
|
setUp
public void setUp (TestInformation testInfo)
执行测试所需的目标设置。
| 参数 | |
|---|---|
testInfo |
TestInformation:调用的 TestInformation。 |
| 抛出 | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|