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.java1456 IMocksControl orderedControl = EasyMock.createStrictControl(); in testRecoveryWithPattern() local
1457 RecoverableTestDevice mockDevice = orderedControl.createMock(RecoverableTestDevice.class); in testRecoveryWithPattern()
1460 orderedControl.createMock(DeqpTestRunner.ISleepProvider.class); in testRecoveryWithPattern()
1464 orderedControl.replay(); in testRecoveryWithPattern()
1479 orderedControl.verify(); in testRecoveryWithPattern()
1596 IMocksControl orderedControl = EasyMock.createStrictControl(); in testRecovery_unkillableProcess() local
1597 RecoverableTestDevice mockDevice = orderedControl.createMock(RecoverableTestDevice.class); in testRecovery_unkillableProcess()
1599 orderedControl.createMock(DeqpTestRunner.ISleepProvider.class); in testRecovery_unkillableProcess()
1634 orderedControl.replay(); in testRecovery_unkillableProcess()
1638 orderedControl.verify(); in testRecovery_unkillableProcess()