HostGTest
public
class
HostGTest
extends GTestBase
implements
IBuildReceiver
java.lang.Object | ||
↳ | com.android.tradefed.testtype.GTestBase | |
↳ | com.android.tradefed.testtype.HostGTest |
Yerel test paketi çalıştıran bir test.
Özet
Herkese açık kurucular | |
---|---|
HostGTest()
|
Herkese açık yöntemler | |
---|---|
CommandResult
|
executeHostCommand(String cmd, long timeoutMs)
|
CommandResult
|
executeHostCommand(String cmd)
|
String
|
loadFilter(String binaryOnHost)
Get filtre yöntemini tanımlayın. |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
|
void
|
setBuild(IBuildInfo buildInfo)
|
Herkese açık kurucular
HostGTest
public HostGTest ()
Herkese açık yöntemler
executeHostCommand
public CommandResult executeHostCommand (String cmd, long timeoutMs)
Parametreler | |
---|---|
cmd |
String : Ana makinede çalıştırmak istediğiniz komut |
timeoutMs |
long : komut için milisaniye cinsinden zaman aşımı |
İlerlemeler | |
---|---|
CommandResult |
CommandResult of komutu |
executeHostCommand
public CommandResult executeHostCommand (String cmd)
Parametreler | |
---|---|
cmd |
String : Ana makinede çalıştırmak istediğiniz komut |
İlerlemeler | |
---|---|
CommandResult |
CommandResult of komutu |
loadFilter
public String loadFilter (String binaryOnHost)
Get filtre yöntemini tanımlayın.
Alt sınıf, kendi filtresini nasıl alacağını uygulamalıdır.
Parametreler | |
---|---|
binaryOnHost |
String : Filtre dosyasının tam yoludur. |
İlerlemeler | |
---|---|
String |
filtre dizesi. |
çalıştır
public void run (TestInformation testInfo, ITestInvocationListener listener)
Parametreler | |
---|---|
testInfo |
TestInformation |
listener |
ITestInvocationListener |
Fırlatma | |
---|---|
DeviceNotAvailableException |