Home
last modified time | relevance | path

Searched refs:testUtils (Results 1 – 8 of 8) sorted by relevance

/test/app_compat/csuite/test_scripts/src/main/java/com/android/csuite/tests/
DAppLaunchTest.java130 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in setUp() local
137 testUtils.collectGmsVersion(mPackageName); in setUp()
141 testUtils.collectAppVersion(mPackageName); in setUp()
152 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in testAppCrash() local
185 testUtils.collectScreenRecord( in testAppCrash()
204 testUtils.compileTestFailureMessage( in testAppCrash()
216 testUtils.getTestInformation().getDevice().getScreenshot()) { in testAppCrash()
227 testUtils.getTestArtifactReceiver(), in testAppCrash()
228 testUtils.getTestInformation().getDevice().getSerialNumber()); in testAppCrash()
243 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in tearDown() local
[all …]
DAppCrawlTest.java211 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in tearDown() local
215 testUtils.saveApks( in tearDown()
219 testUtils.saveApks( in tearDown()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/tests/
DAppCompileLaunchTest.java132 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in testCompileLaunch() local
141 testUtils.collectGmsVersion(mPackageName); in testCompileLaunch()
145 testUtils.collectAppVersion(mPackageName); in testCompileLaunch()
174 testUtils.collectScreenshot(mPackageName); in testCompileLaunch()
207 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in doTestAppCrash() local
240 testUtils.collectScreenRecord( in doTestAppCrash()
259 testUtils.compileTestFailureMessage( in doTestAppCrash()
271 testUtils.getTestInformation().getDevice().getScreenshot()) { in doTestAppCrash()
283 testUtils.getTestArtifactReceiver(), in doTestAppCrash()
284 testUtils.getTestInformation().getDevice().getSerialNumber()); in doTestAppCrash()
[all …]
DAppLaunchImgdiagTest.java61 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in tearDown() local
62 testUtils in tearDown()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/tests/
DWebviewAppLaunchTest.java150 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in tearDown() local
151 testUtils.collectScreenshot(mPackageName); in tearDown()
163 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in assertAppLaunchNoCrash() local
166 testUtils.collectScreenRecord( in assertAppLaunchNoCrash()
179 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in launchPackageAndCheckForCrash() local
194 String crashLog = testUtils.getDropboxPackageCrashLog(mPackageName, startTime, true); in launchPackageAndCheckForCrash()
DWebviewAppCrawlTest.java252 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in tearDown() local
253 testUtils.collectScreenshot(mPackageName); in tearDown()
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DAppCrawlTesterTest.java717 TestUtils testUtils = in createTestUtils() local
726 .when(testUtils) in createTestUtils()
728 Mockito.doNothing().when(testUtils).collectAppVersion(Mockito.anyString()); in createTestUtils()
729 Mockito.doNothing().when(testUtils).collectGmsVersion(Mockito.anyString()); in createTestUtils()
730 return testUtils; in createTestUtils()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DAppCrawlTester.java98 TestUtils testUtils, in AppCrawlTester() argument
103 mTestUtils = testUtils; in AppCrawlTester()