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