Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/
DRustBinaryTestTest.java272 final String test1Path = in testRun_nested() local
284 EasyMock.expect(mMockITestDevice.isDirectory(test1Path)).andReturn(false); in testRun_nested()
286 EasyMock.expect(mMockITestDevice.isExecutable(test1Path)).andReturn(true); in testRun_nested()
292 mockCountTests(test1Path, runListOutput(5)); in testRun_nested()
294 mockShellCommand(test1Path); in testRun_nested()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestTest.java249 final String test1Path = String.format("%s%s%s%s%s", nativeTestPath, in testRun_nested() local
258 EasyMock.expect(mMockITestDevice.isDirectory(test1Path)).andReturn(false); in testRun_nested()
260 EasyMock.expect(mMockITestDevice.isExecutable(test1Path)).andReturn(true); in testRun_nested()
266 mMockITestDevice.executeShellCommand(EasyMock.contains(test1Path), in testRun_nested()