Searched refs:orderedControl (Results 1 – 1 of 1) sorted by relevance
1488 IMocksControl orderedControl = EasyMock.createStrictControl(); in testRecoveryWithPattern() local1489 RecoverableTestDevice mockDevice = orderedControl.createMock(RecoverableTestDevice.class); in testRecoveryWithPattern()1492 orderedControl.createMock(DeqpTestRunner.ISleepProvider.class); in testRecoveryWithPattern()1496 orderedControl.replay(); in testRecoveryWithPattern()1511 orderedControl.verify(); in testRecoveryWithPattern()1628 IMocksControl orderedControl = EasyMock.createStrictControl(); in testRecovery_unkillableProcess() local1629 RecoverableTestDevice mockDevice = orderedControl.createMock(RecoverableTestDevice.class); in testRecovery_unkillableProcess()1631 orderedControl.createMock(DeqpTestRunner.ISleepProvider.class); in testRecovery_unkillableProcess()1666 orderedControl.replay(); in testRecovery_unkillableProcess()1670 orderedControl.verify(); in testRecovery_unkillableProcess()