HostGTest
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)
กำหนดเมธอดตัวกรอง get |
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 ของคําสั่ง |
executeHostCommand
public CommandResult executeHostCommand (String cmd)
พารามิเตอร์ | |
---|---|
cmd |
String : คำสั่งที่ต้องการเรียกใช้ในโฮสต์ |
คิกรีเทิร์น | |
---|---|
CommandResult |
CommandResult ของคำสั่ง |
loadFilter
public String loadFilter (String binaryOnHost)
กำหนดเมธอดตัวกรอง get
คลาสย่อยต้องใช้วิธีรับตัวกรองของตัวเอง
พารามิเตอร์ | |
---|---|
binaryOnHost |
String : เส้นทางแบบเต็มของไฟล์ตัวกรอง |
คิกรีเทิร์น | |
---|---|
String |
สตริงตัวกรอง |
โฮมรัน
public void run (TestInformation testInfo, ITestInvocationListener listener)
พารามิเตอร์ | |
---|---|
testInfo |
TestInformation |
listener |
ITestInvocationListener |
โยน | |
---|---|
DeviceNotAvailableException |