Home
last modified time | relevance | path

Searched refs:testUtils (Results 1 – 7 of 7) 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 …]
/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.java149 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in tearDown() local
150 testUtils.collectScreenshot(mPackageName); in tearDown()
162 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in assertAppLaunchNoCrash() local
165 testUtils.collectScreenRecord( in assertAppLaunchNoCrash()
178 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in launchPackageAndCheckForCrash() local
193 String crashLog = testUtils.getDropboxPackageCrashLog(mPackageName, startTime, true); in launchPackageAndCheckForCrash()
DWebviewAppCrawlTest.java253 TestUtils testUtils = TestUtils.getInstance(getTestInformation(), mLogData); in tearDown() local
254 testUtils.collectScreenshot(mPackageName); in tearDown()
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DAppCrawlTesterTest.java774 TestUtils testUtils = in createTestUtils() local
783 .when(testUtils) in createTestUtils()
785 Mockito.doNothing().when(testUtils).collectAppVersion(Mockito.anyString()); in createTestUtils()
786 Mockito.doNothing().when(testUtils).collectGmsVersion(Mockito.anyString()); in createTestUtils()
787 return testUtils; in createTestUtils()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DAppCrawlTester.java96 TestUtils testUtils, in AppCrawlTester() argument
102 mTestUtils = testUtils; in AppCrawlTester()