Searched refs:testError (Results 1 – 6 of 6) sorted by relevance
/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/ |
D | AbstractRethrowerRule.java | 43 Throwable testError = null; in evaluate() local 47 testError = t; in evaluate() 56 throwIfNecessary(testName, testError, cleanUpErrors); in evaluate() 60 String testName, @Nullable Throwable testError, List<Throwable> cleanUpErrors) in throwIfNecessary() argument 62 if (testError == null) { in throwIfNecessary() 66 if (testError instanceof AssumptionViolatedException) { in throwIfNecessary() 67 mLog.i("%s is being ignored: %s", testName, testError); in throwIfNecessary() 68 throw testError; in throwIfNecessary() 72 failTest(testName, testError, dumpDescription, dump); in throwIfNecessary() 118 String testName, Throwable testError, String dumpDescription, StringBuilder dump) in failTest() argument [all …]
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/ |
D | ProfileOwnerProvisioningControllerTest.java | 129 public void testError() throws Exception { in testError() method in ProfileOwnerProvisioningControllerTest
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/ |
D | CreateAndProvisionManagedProfileTaskTest.java | 105 public void testError() throws Exception { in testError() method in CreateAndProvisionManagedProfileTaskTest
|
D | ProvisionFullyManagedDeviceTaskTest.java | 105 public void testError() throws Exception { in testError() method in ProvisionFullyManagedDeviceTaskTest
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarCabinManagerTest.java | 112 public void testError() throws Exception { in testError() method in CarCabinManagerTest
|
D | CarHvacManagerTest.java | 155 public void testError() throws Exception { in testError() method in CarHvacManagerTest
|