Searched refs:mockRunUtil (Results 1 – 1 of 1) sorted by relevance
2164 IRunUtil mockRunUtil = EasyMock.createMock(IRunUtil.class); in testInterrupt_killBeforeBatch() local2170 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() local2259 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()