Home
last modified time | relevance | path

Searched refs:mockIDevice (Results 1 – 1 of 1) sorted by relevance

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java220 IDevice mockIDevice = EasyMock.createMock(IDevice.class); in testGlesVersion() local
249 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, in testGlesVersion()
265 EasyMock.replay(mockDevice, mockIDevice); in testGlesVersion()
272 EasyMock.verify(mockDevice, mockIDevice); in testGlesVersion()
356 IDevice mockIDevice = EasyMock.createMock(IDevice.class); in testResultCode() local
377 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output); in testResultCode()
404 EasyMock.replay(mockDevice, mockIDevice); in testResultCode()
411 EasyMock.verify(mockDevice, mockIDevice); in testResultCode()
515 IDevice mockIDevice = EasyMock.createMock(IDevice.class); in testRun_multipleTests() local
539 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output); in testRun_multipleTests()
[all …]