Searched refs:mockRunUtil (Results 1 – 1 of 1) sorted by relevance
1686 IRunUtil mockRunUtil = EasyMock.createMock(IRunUtil.class); in testInterrupt_killBeforeBatch() local1691 deqpTest.setRunUtil(mockRunUtil); in testInterrupt_killBeforeBatch()1702 mockRunUtil.sleep(0); in testInterrupt_killBeforeBatch()1717 EasyMock.replay(mockRunUtil); in testInterrupt_killBeforeBatch()1724 EasyMock.verify(mockRunUtil); in testInterrupt_killBeforeBatch()1882 IRunUtil mockRunUtil = EasyMock.createMock(IRunUtil.class); in testInterrupt_killReportTestFailed() local1887 deqpTest.setRunUtil(mockRunUtil); in testInterrupt_killReportTestFailed()1898 mockRunUtil.sleep(0); in testInterrupt_killReportTestFailed()1931 EasyMock.replay(mockRunUtil); in testInterrupt_killReportTestFailed()1938 EasyMock.verify(mockRunUtil); in testInterrupt_killReportTestFailed()