Home
last modified time | relevance | path

Searched refs:orderedControl (Results 1 – 1 of 1) sorted by relevance

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1488 IMocksControl orderedControl = EasyMock.createStrictControl(); in testRecoveryWithPattern() local
1489 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() local
1629 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()