GoogleAppsSetup
public
class
GoogleAppsSetup
extends BaseTargetPreparer
implements
IDiscoverDependencies,
ILabPreparer
| java.lang.Object | ||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
| ↳ | com.google.android.tradefed.targetprep.GoogleAppsSetup | |
支援各種 Google 應用程式設定選項的 ITargetPreparer
注意:裝置必須先設定帳戶,請參閱 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 |
|