CreateUserPreparer

public class CreateUserPreparer
extends BaseTargetPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.CreateUserPreparer


ユーザーを作成し、最後にクリーンアップするためのターゲット作成者。

概要

パブリックコンストラクター

CreateUserPreparer ()

パブリックメソッド

void setUp (TestInformation testInfo)
void tearDown (TestInformation testInfo, Throwable e)

パブリックコンストラクター

CreateUserPreparer

public CreateUserPreparer ()

パブリックメソッド

セットアップ

public void setUp (TestInformation testInfo)

パラメーター
testInfo TestInformation

投げる
BuildError
DeviceNotAvailableException
TargetSetupError

取り壊す

public void tearDown (TestInformation testInfo, 
                Throwable e)

パラメーター
testInfo TestInformation

e Throwable

投げる
DeviceNotAvailableException