Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTestTest.java64 private IBuildInfo mMockInfo; field in RetryFactoryTestTest
106 mMockInfo = EasyMock.createMock(IDeviceBuildInfo.class); in setUp()
107 EasyMock.expect(mMockInfo.getRemoteFiles()).andStubReturn(null); in setUp()
111 mMockContext.addDeviceBuildInfo(ConfigurationDef.DEFAULT_DEVICE_NAME, mMockInfo); in setUp()
187 mFactory.setBuild(mMockInfo); in testValidation()
200 EasyMock.replay(mMockListener, mMockInfo, mMockDevice); in testValidation()
202 EasyMock.verify(mMockListener, mMockInfo, mMockDevice); in testValidation()