NoisyDryRunTest
public
class
NoisyDryRunTest
extends Object
implements
IRemoteTest
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.NoisyDryRunTest |
在指令檔案上執行模擬測試。
摘要
公用建構函式 | |
|---|---|
NoisyDryRunTest()
|
|
公用方法 | |
|---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
執行測試,並將結果回報給監聽器。 |
void
|
testSandboxCommand(String[] args)
測試載入沙箱指令。 |
公用建構函式
NoisyDryRunTest
public NoisyDryRunTest ()
公用方法
得分
public void run (TestInformation testInfo, ITestInvocationListener listener)
執行測試,並將結果回報給監聽器。
| 參數 | |
|---|---|
testInfo |
TestInformation:包含執行測試所需實用資訊的 TestInformation 物件。 |
listener |
ITestInvocationListener:測試結果的 ITestInvocationListener |
| 擲回 | |
|---|---|
DeviceNotAvailableException |
|
testSandboxCommand
public void testSandboxCommand (String[] args)
測試載入沙箱指令。
| 參數 | |
|---|---|
args |
String |
| 擲回 | |
|---|---|
ConfigurationException |
|