RunOnSystemUserTargetPreparer
public
class
RunOnSystemUserTargetPreparer
extends BaseTargetPreparer
java.lang.Object 中 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RunOnSystemUserTargetPreparer |
一个 ITargetPreparer
,用于标记应针对用户(而非
)。
默认情况下,此操作会切换用户,以使系统用户位于前台。
在有无头系统用户的设备上运行时,系统不会 默认情况下,测试仍会针对该用户运行。
摘要
公共构造函数 | |
---|---|
RunOnSystemUserTargetPreparer()
|
公共方法 | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
公共构造函数
RunOnSystemUserTargetPreparer
public RunOnSystemUserTargetPreparer ()
公共方法
设置
public void setUp (TestInformation testInfo)
参数 | |
---|---|
testInfo |
TestInformation |
抛出 | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
拆解
public void tearDown (TestInformation testInfo, Throwable e)
参数 | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
抛出 | |
---|---|
DeviceNotAvailableException |