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 |
TearDown
public void tearDown (TestInformation testInfo, Throwable e)
參數 | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
擲回 | |
---|---|
DeviceNotAvailableException |