Searched refs:mockRecovery (Results 1 – 1 of 1) sorted by relevance
1657 DeqpTestRunner.IRecovery mockRecovery = EasyMock.createMock(DeqpTestRunner.IRecovery.class); in testMultipleInstancesLossOfDeviceMidInstance() local1663 deqpTest.setRecovery(mockRecovery); in testMultipleInstancesLossOfDeviceMidInstance()1671 mockRecovery.onExecutionProgressed(); in testMultipleInstancesLossOfDeviceMidInstance()1674 mockRecovery.setDevice(mockDevice); in testMultipleInstancesLossOfDeviceMidInstance()1756 mockRecovery.recoverComLinkKilled(); in testMultipleInstancesLossOfDeviceMidInstance()1759 mockRecovery.recoverComLinkKilled(); in testMultipleInstancesLossOfDeviceMidInstance()1808 EasyMock.replay(mockRecovery); in testMultipleInstancesLossOfDeviceMidInstance()1822 EasyMock.verify(mockRecovery); in testMultipleInstancesLossOfDeviceMidInstance()