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.java1502 IMocksControl orderedControl = EasyMock.createStrictControl(); in testRecoveryWithPattern() local
1503 RecoverableTestDevice mockDevice = orderedControl.createMock(RecoverableTestDevice.class); in testRecoveryWithPattern()
1506 orderedControl.createMock(DeqpTestRunner.ISleepProvider.class); in testRecoveryWithPattern()
1510 orderedControl.replay(); in testRecoveryWithPattern()
1525 orderedControl.verify(); in testRecoveryWithPattern()
1642 IMocksControl orderedControl = EasyMock.createStrictControl(); in testRecovery_unkillableProcess() local
1643 RecoverableTestDevice mockDevice = orderedControl.createMock(RecoverableTestDevice.class); in testRecovery_unkillableProcess()
1645 orderedControl.createMock(DeqpTestRunner.ISleepProvider.class); in testRecovery_unkillableProcess()
1680 orderedControl.replay(); in testRecovery_unkillableProcess()
1684 orderedControl.verify(); in testRecovery_unkillableProcess()