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.java217 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testGlesVersion() local
227 EasyMock.expect(mockDevice.getProperty("ro.opengles.version")) in testGlesVersion()
233 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings put global angle_gl_driver_se… in testGlesVersion()
235 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings put global angle_gl_driver_se… in testGlesVersion()
238 expectRenderConfigQuery(mockDevice, requiredMajorVersion, in testGlesVersion()
249 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, in testGlesVersion()
265 EasyMock.replay(mockDevice, mockIDevice); in testGlesVersion()
268 deqpTest.setDevice(mockDevice); in testGlesVersion()
272 EasyMock.verify(mockDevice, mockIDevice); in testGlesVersion()
275 private void expectRenderConfigQuery(ITestDevice mockDevice, int majorVersion, in expectRenderConfigQuery() argument
[all …]