/frameworks/base/core/tests/coretests/src/android/animation/ |
D | EventsTest.java | 90 } catch (junit.framework.AssertionFailedError e) { in run() 120 } catch (junit.framework.AssertionFailedError e) { in run() 143 } catch (junit.framework.AssertionFailedError e) { in run() 166 } catch (junit.framework.AssertionFailedError e) { in run() 286 } catch (junit.framework.AssertionFailedError e) { in testStartCancel() 307 } catch (junit.framework.AssertionFailedError e) { in testStartEnd() 328 } catch (junit.framework.AssertionFailedError e) { in testStartDelayedCancel() 349 } catch (junit.framework.AssertionFailedError e) { in testStartDelayedEnd() 370 } catch (junit.framework.AssertionFailedError e) { in testPlayingCancel() 391 } catch (junit.framework.AssertionFailedError e) { in testPlayingEnd() [all …]
|
D | ViewPropertyAnimatorTest.java | 88 } catch (junit.framework.AssertionFailedError e) { in run() 211 } catch (junit.framework.AssertionFailedError e) { in testStartCancel() 232 } catch (junit.framework.AssertionFailedError e) { in testStartDelayedCancel() 253 } catch (junit.framework.AssertionFailedError e) { in testPlayingCancel() 275 } catch (junit.framework.AssertionFailedError e) { in testPlayingDelayedCancel() 299 } catch (junit.framework.AssertionFailedError e) { in testPlayingDelayedCancelMidDelay() 321 } catch (junit.framework.AssertionFailedError e) { in testStartDoubleCancel() 343 } catch (junit.framework.AssertionFailedError e) { in testStartDelayedDoubleCancel()
|
D | AnimatorSetEventsTest.java | 71 } catch (junit.framework.AssertionFailedError e) { in testPlayingCancelDuringChildDelay()
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewAssertions.java | 38 import junit.framework.AssertionFailedError; 118 throw new AssertionFailedError(e.getMessage()); in hasInsertionPointerAtIndex() 121 throw new AssertionFailedError("TextView not found"); in hasInsertionPointerAtIndex() 151 throw new AssertionFailedError("TextView has styled text"); 178 throw new AssertionFailedError(e.getMessage()); 181 throw new AssertionFailedError("TextView not found"); 206 throw new AssertionFailedError("View should be an instance of EditText"); 228 throw new AssertionFailedError("Unknown position for cursor assertion");
|
/frameworks/base/test-runner/src/android/test/ |
D | AssertionFailedError.java | 25 public class AssertionFailedError extends Error { class 30 public AssertionFailedError() { in AssertionFailedError() method in AssertionFailedError 33 public AssertionFailedError(String errorMessage) { in AssertionFailedError() method in AssertionFailedError
|
D | ComparisonFailure.java | 25 public class ComparisonFailure extends AssertionFailedError {
|
/frameworks/base/test-base/src/junit/framework/ |
D | AssertionFailedError.java | 6 public class AssertionFailedError extends AssertionError { class 10 public AssertionFailedError() { in AssertionFailedError() method in AssertionFailedError 13 public AssertionFailedError(String message) { in AssertionFailedError() method in AssertionFailedError
|
D | TestResult.java | 49 public synchronized void addFailure(Test test, AssertionFailedError t) { in addFailure() 135 catch (AssertionFailedError e) { in runProtected()
|
D | TestListener.java | 14 public void addFailure(Test test, AssertionFailedError t); in addFailure()
|
D | ComparisonFailure.java | 8 public class ComparisonFailure extends AssertionFailedError {
|
D | TestFailure.java | 56 return thrownException() instanceof AssertionFailedError; in isFailure()
|
D | Assert.java | 48 throw new AssertionFailedError(); in fail() 50 throw new AssertionFailedError(message); in fail()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | FakeStorageManager.java | 25 import junit.framework.AssertionFailedError; 58 throw new AssertionFailedError("More than one secret exists"); in getUserUnlockToken() 69 throw new AssertionFailedError("More than one secret exists"); in unlockUser() 74 throw new AssertionFailedError("Invalid secret to unlock user " + userId); in unlockUser()
|
D | MockSyntheticPasswordManager.java | 24 import junit.framework.AssertionFailedError; 52 throw new AssertionFailedError("blobKeyName content is overwritten: " + blobKeyName); in decryptSPBlob() 66 throw new AssertionFailedError("Invalid application id"); in decryptSPBlob() 69 throw new AssertionFailedError("No valid auth token"); in decryptSPBlob()
|
D | FakeGateKeeperService.java | 25 import junit.framework.AssertionFailedError; 132 throw new AssertionFailedError("Got correct but obsolete handle"); in verifyChallenge() 193 throw new AssertionFailedError("Inconsistent SID"); in refreshSid()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardTestUtilsTests.java | 24 import junit.framework.AssertionFailedError; 46 } catch (AssertionFailedError e) { in testShouldFailAtPropertyNodeVerification() 67 } catch (AssertionFailedError e) { in testShouldFailAtContentValueVerification() 90 } catch (AssertionFailedError e) { in testShouldFailAtLineVerification()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimActivationTrackerTest.java | 19 import junit.framework.AssertionFailedError; 114 throw new AssertionFailedError(); in fail() 116 throw new AssertionFailedError(message); in fail()
|
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/ |
D | UiAutomatorInstrumentationTestRunner.java | 24 import junit.framework.AssertionFailedError; 72 public void addFailure(Test test, AssertionFailedError e) { in getAndroidTestRunner()
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | TestResultInstrumentation.java | 22 import junit.framework.AssertionFailedError; 58 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | GlifPatternDrawableTest.java | 32 import junit.framework.AssertionFailedError; 171 } catch (AssertionFailedError e) { in assertSameColor() 172 throw new AssertionFailedError( in assertSameColor()
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
D | UnitTestSuiteBuilderTest.java | 22 import junit.framework.AssertionFailedError; 77 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
|
D | TestSuiteBuilderTest.java | 29 import junit.framework.AssertionFailedError; 199 public void addFailure(Test test, AssertionFailedError t) {
|
/frameworks/base/test-runner/src/junit/textui/ |
D | ResultPrinter.java | 10 import junit.framework.AssertionFailedError; 123 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
|
/frameworks/base/test-base/api/ |
D | current.txt | 133 public class AssertionFailedError extends java.lang.AssertionError { 134 ctor public AssertionFailedError(); 135 ctor public AssertionFailedError(String); 138 public class ComparisonFailure extends junit.framework.AssertionFailedError { 181 method public void addFailure(junit.framework.Test, junit.framework.AssertionFailedError); 189 method public void addFailure(junit.framework.Test, junit.framework.AssertionFailedError);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DpmTestUtils.java | 32 import junit.framework.AssertionFailedError; 149 } catch (AssertionFailedError e) { in checkAssertRestrictions()
|