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.java213 IDevice mockIDevice = EasyMock.createMock(IDevice.class); in testGlesVersion() local
244 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, in testGlesVersion()
263 EasyMock.replay(mockDevice, mockIDevice); in testGlesVersion()
270 EasyMock.verify(mockDevice, mockIDevice); in testGlesVersion()
354 IDevice mockIDevice = EasyMock.createMock(IDevice.class); in testResultCode() local
382 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output); in testResultCode()
407 EasyMock.replay(mockDevice, mockIDevice); in testResultCode()
414 EasyMock.verify(mockDevice, mockIDevice); in testResultCode()
518 IDevice mockIDevice = EasyMock.createMock(IDevice.class); in testRun_multipleTests() local
548 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output); in testRun_multipleTests()
[all …]