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 |