Searched refs:mockIDevice (Results 1 – 1 of 1) sorted by relevance
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
D | DeqpTestRunnerTest.java | 170 IDevice mockIDevice = EasyMock.createMock(IDevice.class); in testGlesVersion() local 208 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, in testGlesVersion() 227 EasyMock.replay(mockDevice, mockIDevice); in testGlesVersion() 235 EasyMock.verify(mockDevice, mockIDevice); in testGlesVersion() 319 IDevice mockIDevice = EasyMock.createMock(IDevice.class); in testResultCode() local 351 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output); in testResultCode() 376 EasyMock.replay(mockDevice, mockIDevice); in testResultCode() 384 EasyMock.verify(mockDevice, mockIDevice); in testResultCode() 488 IDevice mockIDevice = EasyMock.createMock(IDevice.class); in testRun_multipleTests() local 521 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output); in testRun_multipleTests() [all …]
|