การทดสอบ HostG
public
class
HostGTest
extends GTestBase
implements
IBuildReceiver
java.lang.Object | ||
↳ | com.android.tradefed.testtype.GTestBase | |
↳ | com.android.tradefed.testtype.HostGTest |
การทดสอบที่เรียกใช้แพ็กเกจการทดสอบแบบเนทีฟ
สรุป
ช่างก่อสร้างสาธารณะ | |
---|---|
HostGTest()
|
วิธีการสาธารณะ | |
---|---|
CommandResult
|
executeHostCommand(String cmd, long timeoutMs)
|
CommandResult
|
executeHostCommand(String cmd)
|
String
|
loadFilter(String binaryOnHost)
กำหนดวิธีการรับตัวกรอง |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
|
void
|
setBuild(IBuildInfo buildInfo)
|
ช่างก่อสร้างสาธารณะ
การทดสอบ HostG
public HostGTest ()
วิธีการสาธารณะ
การดำเนินการต่อโฮสต์คำสั่ง
public CommandResult executeHostCommand (String cmd, long timeoutMs)
พารามิเตอร์ | |
---|---|
cmd |
String : คำสั่งที่ต้องการดำเนินการในโฮสต์ |
timeoutMs |
long : ระยะหมดเวลาสำหรับคำสั่งเป็นมิลลิวินาที |
คิกรีเทิร์น | |
---|---|
CommandResult |
CommandResult ของคำสั่ง |
การดำเนินการต่อโฮสต์คำสั่ง
public CommandResult executeHostCommand (String cmd)
พารามิเตอร์ | |
---|---|
cmd |
String : คำสั่งที่ต้องการดำเนินการในโฮสต์ |
คิกรีเทิร์น | |
---|---|
CommandResult |
CommandResult ของคำสั่ง |
ตัวกรองภาระงาน
public String loadFilter (String binaryOnHost)
กำหนดวิธีการรับตัวกรอง
คลาสย่อยต้องใช้วิธีรับตัวกรองของตัวเอง
พารามิเตอร์ | |
---|---|
binaryOnHost |
String : เส้นทางแบบเต็มของไฟล์ตัวกรอง |
คิกรีเทิร์น | |
---|---|
String |
สตริงตัวกรอง |
โฮมรัน
public void run (TestInformation testInfo, ITestInvocationListener listener)
พารามิเตอร์ | |
---|---|
testInfo |
TestInformation |
listener |
ITestInvocationListener |
การขว้าง | |
---|---|
DeviceNotAvailableException |