RunOnSecondaryUserTargetPreparer

public class RunOnSecondaryUserTargetPreparer
extends BaseTargetPreparer

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


ITargetPreparer เพื่อให้การทดสอบทํางานในฐานะผู้ใช้รอง นอกจากนี้ หากตัวเลือก ERROR(/START_BACKGROUND_USER) เป็น true และผู้ใช้ปัจจุบันเป็นผู้ใช้รองอยู่แล้ว ระบบจะตรวจสอบว่ามีผู้ใช้รองที่ทำงานอยู่เบื้องหลังซึ่งมองเห็นได้ในจอแสดงผลรอง

หากผู้ใช้รองเป้าหมายไม่อยู่ ระบบจะสร้างผู้ใช้ใหม่และนําผู้ใช้ดังกล่าวออกเมื่อมีการเลิกใช้งาน ไม่เช่นนั้น ระบบจะใช้ไฟล์นั้นแทนการสร้างไฟล์ใหม่ และจะไม่นําไฟล์นั้นออกเมื่อทำการรื้อถอน

หากอุปกรณ์ไม่มีความสามารถในการสร้างผู้ใช้ใหม่เมื่อจําเป็น ระบบจะตั้งค่าอาร์กิวเมนต์เครื่องมือวัด skip-tests-reason และจะไม่เปลี่ยนผู้ใช้ การทดสอบที่ทำงานอยู่ในอุปกรณ์จะอ่านอาร์กิวเมนต์นี้เพื่อตอบสนองต่อสถานะนี้ได้

สรุป

ช่างก่อสร้างสาธารณะ

RunOnSecondaryUserTargetPreparer()

เมธอดสาธารณะ

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

วิธีการที่มีการป้องกัน

boolean canCreateAdditionalUsers(ITestDevice device, int numberOfUsers)

ตรวจสอบว่าสร้างผู้ใช้ตามจำนวนที่ต้องการได้หรือไม่

ตัวสร้างแบบสาธารณะ

RunOnSecondaryUserTargetPreparer

public RunOnSecondaryUserTargetPreparer ()

เมธอดสาธารณะ

ตั้งค่า

public void setUp (TestInformation testInfo)

พารามิเตอร์
testInfo TestInformation

โยน
DeviceNotAvailableException
TargetSetupError

ฉีกขาด

public void tearDown (TestInformation testInfo, 
                Throwable e)

พารามิเตอร์
testInfo TestInformation

e Throwable

โยน
DeviceNotAvailableException

วิธีการที่มีการป้องกัน

canCreateAdditionalUsers

protected boolean canCreateAdditionalUsers (ITestDevice device, 
                int numberOfUsers)

ตรวจสอบว่าสร้างผู้ใช้ตามจำนวนที่ต้องการได้หรือไม่

พารามิเตอร์
device ITestDevice

numberOfUsers int

คิกรีเทิร์น
boolean

โยน
DeviceNotAvailableException