Searched refs:mockRunUtil (Results 1 – 1 of 1) sorted by relevance
1654 IRunUtil mockRunUtil = EasyMock.createMock(IRunUtil.class); in testInterrupt_killBeforeBatch() local1659 deqpTest.setRunUtil(mockRunUtil); in testInterrupt_killBeforeBatch()1670 mockRunUtil.sleep(0); in testInterrupt_killBeforeBatch()1684 EasyMock.replay(mockRunUtil); in testInterrupt_killBeforeBatch()1691 EasyMock.verify(mockRunUtil); in testInterrupt_killBeforeBatch()1844 IRunUtil mockRunUtil = EasyMock.createMock(IRunUtil.class); in testInterrupt_killReportTestFailed() local1849 deqpTest.setRunUtil(mockRunUtil); in testInterrupt_killReportTestFailed()1860 mockRunUtil.sleep(0); in testInterrupt_killReportTestFailed()1892 EasyMock.replay(mockRunUtil); in testInterrupt_killReportTestFailed()1899 EasyMock.verify(mockRunUtil); in testInterrupt_killReportTestFailed()