Home
last modified time | relevance | path

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

/test/vts/tools/vts-core-tradefed/tests/src/com/android/testtype/suite/module/
DKernelTestModuleControllerTest.java63 EasyMock.expect(mMockDevice.getIDevice()).andReturn(mMockIDevice).times(2); in testModuleAbiMatchesArch()
64 EasyMock.expect(mMockDevice.getProperty(mLowMemProp)).andReturn("false"); in testModuleAbiMatchesArch()
65 EasyMock.expect(mMockDevice.getProperty(mProductNameProp)).andReturn("product"); in testModuleAbiMatchesArch()
76 EasyMock.expect(mMockDevice.getIDevice()).andReturn(mMockIDevice).times(2); in testModuleAbiMismatchesArch()
77 EasyMock.expect(mMockDevice.getProperty(mLowMemProp)).andReturn("false"); in testModuleAbiMismatchesArch()
78 EasyMock.expect(mMockDevice.getProperty(mProductNameProp)).andReturn("product"); in testModuleAbiMismatchesArch()
89 EasyMock.expect(mMockDevice.getIDevice()).andReturn(mMockIDevice).times(2); in testDeviceWithLowMemAndIsLowMemFlagTrue()
90 EasyMock.expect(mMockDevice.getProperty(mLowMemProp)).andReturn("true"); in testDeviceWithLowMemAndIsLowMemFlagTrue()
91 EasyMock.expect(mMockDevice.getProperty(mProductNameProp)).andReturn("product"); in testDeviceWithLowMemAndIsLowMemFlagTrue()
104 EasyMock.expect(mMockDevice.getIDevice()).andReturn(mMockIDevice).times(2); in testDeviceWithLowMemButIsLowMemFalse()
[all …]
/test/vts/tools/vts-core-tradefed/tests/src/com/android/compatibility/tradefed/util/
DTargetFileUtilsTest.java81 EasyMock.expect(mMockDevice.executeShellV2Command("find findPath -name \"namePattern\" " in testFindFile()
102 EasyMock.expect(mMockDevice.executeShellV2Command("find findPath -name \"namePattern\"")) in testFindFile_w_cmd_result_fail()
117 EasyMock.expect(mMockDevice.executeShellV2Command("find findPath -name \"namePattern\"")) in testFindFile_w_empty_line_stdout()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DCrashTestStatus.java103 public boolean compareAndSetResult(TestResult expect, TestResult update) { in compareAndSetResult() argument
104 return mTestResult.compareAndSet(expect, update); in compareAndSetResult()
/test/vti/test_serving/gae/frontend/e2e/src/
Dapp.e2e-spec.ts12 expect(page.getParagraphText()).toEqual('Welcome to frontend!');