Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparerTest.java47 private IRunUtil mMockRunUtil; field in VtsPythonVirtualenvPreparerTest
79 return mMockRunUtil; in getRunUtil()
147 mMockRunUtil = EasyMock.createMock(IRunUtil.class); in setUp()
168 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_reqFile_success()
173 addDefaultModuleExpectations(mMockRunUtil, result); in testInstallDeps_reqFile_success()
174 EasyMock.replay(mMockRunUtil); in testInstallDeps_reqFile_success()
176 EasyMock.verify(mMockRunUtil); in testInstallDeps_reqFile_success()
191 addDefaultModuleExpectations(mMockRunUtil, result); in testInstallDeps_depModule_success()
193 expect(mMockRunUtil.runTimedCmd(anyLong(), EasyMock.eq(mPreparer.getPipPath()), in testInstallDeps_depModule_success()
196 mMockRunUtil.sleep(VtsPythonVirtualenvPreparer.PIP_INSTALL_DELAY); in testInstallDeps_depModule_success()
[all …]