Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java210 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testGlesVersion() local
220 EasyMock.expect(mockDevice.getProperty("ro.opengles.version")) in testGlesVersion()
226 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))) in testGlesVersion()
228 EasyMock.expect(mockDevice.installPackage(EasyMock.<File>anyObject(), in testGlesVersion()
233 expectRenderConfigQuery(mockDevice, requiredMajorVersion, in testGlesVersion()
244 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, in testGlesVersion()
247 EasyMock.expect(mockDevice.uninstallPackage(EasyMock.eq(DEQP_ONDEVICE_PKG))) in testGlesVersion()
263 EasyMock.replay(mockDevice, mockIDevice); in testGlesVersion()
266 deqpTest.setDevice(mockDevice); in testGlesVersion()
270 EasyMock.verify(mockDevice, mockIDevice); in testGlesVersion()
[all …]