Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java2164 IRunUtil mockRunUtil = EasyMock.createMock(IRunUtil.class); in testInterrupt_killBeforeBatch() local
2170 deqpTest.setRunUtil(mockRunUtil); in testInterrupt_killBeforeBatch()
2189 mockRunUtil.sleep(0); in testInterrupt_killBeforeBatch()
2197 EasyMock.replay(mockRunUtil); in testInterrupt_killBeforeBatch()
2204 EasyMock.verify(mockRunUtil); in testInterrupt_killBeforeBatch()
2253 IRunUtil mockRunUtil = EasyMock.createMock(IRunUtil.class); in testInterrupt_killReportTestFailed() local
2259 deqpTest.setRunUtil(mockRunUtil); in testInterrupt_killReportTestFailed()
2278 mockRunUtil.sleep(0); in testInterrupt_killReportTestFailed()
2303 EasyMock.replay(mockRunUtil); in testInterrupt_killReportTestFailed()
2310 EasyMock.verify(mockRunUtil); in testInterrupt_killReportTestFailed()