SwitchUserTargetPreparer
public
class
SwitchUserTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.SwitchUserTargetPreparer |
setUp で指定されたユーザーの種類に切り替える ITargetPreparer
。デフォルトでは、現在のユーザーのままで、切り替えは行われません。
実行前の現在のユーザーに戻すことで、デバイスのユーザーの状態を復元しようとします。
概要
パブリック コンストラクタ | |
---|---|
SwitchUserTargetPreparer()
|
パブリック メソッド | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
パブリック コンストラクタ
SwitchUserTargetPreparer
public SwitchUserTargetPreparer ()
パブリック メソッド
setUp
public void setUp (TestInformation testInformation)
パラメータ | |
---|---|
testInformation |
TestInformation |
例外 | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
パラメータ | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
例外 | |
---|---|
DeviceNotAvailableException |