Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java1405 IMocksControl orderedControl = EasyMock.createStrictControl(); in testRun_multipleInstances() local
1406 ITestDevice mockDevice = orderedControl.createMock(ITestDevice.class); in testRun_multipleInstances()
1407 IDevice mockIDevice = orderedControl.createMock(IDevice.class); in testRun_multipleInstances()
1571 orderedControl.replay(); in testRun_multipleInstances()
1576 orderedControl.verify(); in testRun_multipleInstances()
1964 IMocksControl orderedControl = EasyMock.createStrictControl(); in testRecoveryWithPattern() local
1965 RecoverableTestDevice mockDevice = orderedControl.createMock(RecoverableTestDevice.class); in testRecoveryWithPattern()
1967 orderedControl.createMock(DeqpTestRunner.ISleepProvider.class); in testRecoveryWithPattern()
1971 orderedControl.replay(); in testRecoveryWithPattern()
1986 orderedControl.verify(); in testRecoveryWithPattern()
[all …]