Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestTest.java145 final String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testRun() local
148 final String testPath1 = String.format("%s/%s", nativeTestPath, test1); in testRun()
149 final String testPath2 = String.format("%s/%s", nativeTestPath, test2); in testRun()
152 MockFileUtil.setMockDirContents(mMockITestDevice, nativeTestPath, test1, test2); in testRun()
153 EasyMock.expect(mMockITestDevice.doesFileExist(nativeTestPath)).andReturn(true); in testRun()
154 EasyMock.expect(mMockITestDevice.isDirectory(nativeTestPath)).andReturn(true); in testRun()
163 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files); in testRun()
185 final String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testRunFilterAbiPath() local
188 final String testPath2 = String.format("%s/%s", nativeTestPath, test2); in testRunFilterAbiPath()
189 MockFileUtil.setMockDirContents(mMockITestDevice, nativeTestPath, test1, test2); in testRunFilterAbiPath()
[all …]
DGoogleBenchmarkTestTest.java104 final String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testRun() local
107 MockFileUtil.setMockDirContents(mMockITestDevice, nativeTestPath, test1, test2); in testRun()
108 EasyMock.expect(mMockITestDevice.doesFileExist(nativeTestPath)).andReturn(true); in testRun()
109 EasyMock.expect(mMockITestDevice.isDirectory(nativeTestPath)).andReturn(true); in testRun()
110 EasyMock.expect(mMockITestDevice.isDirectory(nativeTestPath + "/test1")).andReturn(false); in testRun()
111 EasyMock.expect(mMockITestDevice.isDirectory(nativeTestPath + "/test2")).andReturn(false); in testRun()
113 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files); in testRun()
124 "%s/test1 --benchmark_list_tests=true", nativeTestPath))) in testRun()
130 "%s/test2 --benchmark_list_tests=true", nativeTestPath))) in testRun()
184 final String nativeTestPath = in testRun_withModuleName() local
[all …]