Searched refs:GoogleBenchmarkTest (Results 1 – 2 of 2) sorted by relevance
42 private GoogleBenchmarkTest mGoogleBenchmarkTest;54 mGoogleBenchmarkTest = new GoogleBenchmarkTest() { in setUp()91 final String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testRun()154 EasyMock.expect(mMockITestDevice.doesFileExist(GoogleBenchmarkTest.DEFAULT_TEST_PATH)) in testRun_noBenchmarkDir()172 String.format("%s/%s", GoogleBenchmarkTest.DEFAULT_TEST_PATH, moduleName); in testRun_withModuleName()222 final String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testRun_withRunReportName()260 final String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testRun_exceptionDuringExecShell()
39 public class GoogleBenchmarkTest implements IDeviceTest, IRemoteTest { class