Searched refs:GTest (Results 1 – 4 of 4) sorted by relevance
49 private GTest mGTest;62 new GTest() { in setUp()101 EasyMock.expect(mMockITestDevice.doesFileExist(GTest.DEFAULT_NATIVETEST_PATH)) in testRun_noTestDir()125 final String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testRun()161 GTest.DEFAULT_NATIVETEST_PATH, FileListingService.FILE_SEPARATOR, module); in testRun_moduleName()183 final String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testRun_nested()220 String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in doTestFilter()292 String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testCommandTooLong()386 final String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testRunXml()439 GTest.DEFAULT_NATIVETEST_PATH, GTest.FILTER_EXTENSION); in testFileFilter()[all …]
37 private GTest mGTest = null;52 mGTest = new GTest(); in setUp()
20 # GTest does not build on the simulator because it depends on STLport.
42 public class GTest extends GTestBase implements IDeviceTest { class