Searched refs:test1Path (Results 1 – 2 of 2) sorted by relevance
272 final String test1Path = in testRun_nested() local284 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()
249 final String test1Path = String.format("%s%s%s%s%s", nativeTestPath, in testRun_nested() local258 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()