SwitchUserTargetPreparer

public class SwitchUserTargetPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.SwitchUserTargetPreparer


セットアップで指定したユーザーの種類に切り替える ITargetPreparer。デフォルトでは 現在のユーザーにとどまるため、切り替えは行われません。

実行前の現在のユーザーに戻すことで、デバイスのユーザーの状態を復元しようとします。

概要

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

SwitchUserTargetPreparer()

パブリック メソッド

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

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

SwitchUserTargetPreparer

public SwitchUserTargetPreparer ()

パブリック メソッド

セットアップ

public void setUp (TestInformation testInformation)

パラメータ
testInformation TestInformation

例外
DeviceNotAvailableException
TargetSetupError

破棄

public void tearDown (TestInformation testInformation, 
                Throwable e)

パラメータ
testInformation TestInformation

e Throwable

例外
DeviceNotAvailableException