HomeSort by relevance Sort by last modified time
    Searched refs:AssertionFailedError (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /dalvik/dx/src/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends Error {
8 public AssertionFailedError () {
10 public AssertionFailedError (String message) {
TestListener.java 14 public void addFailure(Test test, AssertionFailedError t);
TestFailure.java 55 return thrownException() instanceof AssertionFailedError;
  /dalvik/tests/021-string2/src/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends Error {
8 public AssertionFailedError () {
10 public AssertionFailedError (String message) {
  /dalvik/tests/082-inline-execute/src/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends Error {
8 public AssertionFailedError () {
10 public AssertionFailedError (String message) {
  /frameworks/base/test-runner/src/android/test/
AssertionFailedError.java 22 * Note: Most users of this class should simply use junit.framework.AssertionFailedError,
25 public class AssertionFailedError extends Error {
28 * It is more typical to call {@link #AssertionFailedError(String)}.
30 public AssertionFailedError() {
33 public AssertionFailedError(String errorMessage) {
ComparisonFailure.java 25 public class ComparisonFailure extends AssertionFailedError {
  /libcore/junit/src/main/java/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends Error {
8 public AssertionFailedError () {
10 public AssertionFailedError (String message) {
TestListener.java 14 public void addFailure(Test test, AssertionFailedError t);
TestFailure.java 55 return thrownException() instanceof AssertionFailedError;
  /external/junit/src/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends Error {
10 public AssertionFailedError () {
12 public AssertionFailedError (String message) {
TestListener.java 14 public void addFailure(Test test, AssertionFailedError t);
ComparisonFailure.java 8 public class ComparisonFailure extends AssertionFailedError {
TestFailure.java 55 return thrownException() instanceof AssertionFailedError;
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardTestUtilsTests.java 24 import junit.framework.AssertionFailedError;
46 } catch (AssertionFailedError e) {
67 } catch (AssertionFailedError e) {
90 } catch (AssertionFailedError e) {
  /libcore/luni/src/test/java/libcore/xml/
SaxTest.java 25 import junit.framework.AssertionFailedError;
232 throw new AssertionFailedError();
235 throw new AssertionFailedError();
239 throw new AssertionFailedError();
242 throw new AssertionFailedError();
245 throw new AssertionFailedError();
249 throw new AssertionFailedError();
252 throw new AssertionFailedError();
255 throw new AssertionFailedError();
258 throw new AssertionFailedError();
    [all...]
  /frameworks/base/core/tests/coretests/src/android/animation/
EventsTest.java 72 } catch (junit.framework.AssertionFailedError e) {
100 } catch (junit.framework.AssertionFailedError e) {
236 } catch (junit.framework.AssertionFailedError e) {
259 } catch (junit.framework.AssertionFailedError e) {
282 } catch (junit.framework.AssertionFailedError e) {
305 } catch (junit.framework.AssertionFailedError e) {
328 } catch (junit.framework.AssertionFailedError e) {
351 } catch (junit.framework.AssertionFailedError e) {
375 } catch (junit.framework.AssertionFailedError e) {
399 } catch (junit.framework.AssertionFailedError e)
    [all...]
ViewPropertyAnimatorTest.java 75 } catch (junit.framework.AssertionFailedError e) {
214 } catch (junit.framework.AssertionFailedError e) {
237 } catch (junit.framework.AssertionFailedError e) {
260 } catch (junit.framework.AssertionFailedError e) {
284 } catch (junit.framework.AssertionFailedError e) {
311 } catch (junit.framework.AssertionFailedError e) {
335 } catch (junit.framework.AssertionFailedError e) {
359 } catch (junit.framework.AssertionFailedError e) {
  /packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTest.java 24 import junit.framework.AssertionFailedError;
43 public void printAssertionFailed(AssertionFailedError e) {
78 } catch (AssertionFailedError e) {
98 } catch (AssertionFailedError e) {
134 } catch (AssertionFailedError e) {
164 } catch (AssertionFailedError e) {
206 } catch (AssertionFailedError e) {
242 } catch (AssertionFailedError e) {
253 } catch (AssertionFailedError e) {
  /packages/apps/Email/tests/src/com/android/email/
TestUtils.java 30 import junit.framework.AssertionFailedError;
85 } catch (AssertionFailedError ok) {
96 } catch (AssertionFailedError ok) {
148 }, AssertionFailedError.class);
  /libcore/luni/src/test/java/libcore/java/security/
AccessControllerTest.java 27 import junit.framework.AssertionFailedError;
40 throw new AssertionFailedError("Expected combiner to be unused");
  /libcore/support/src/test/java/tests/support/
Support_Exec.java 20 import junit.framework.AssertionFailedError;
78 * an AssertionFailedError will be thrown.
81 * seconds. If it does not, an AssertionFailedError will be thrown.
98 ? new AssertionFailedError("Unexpected err stream data:\n" + err)
105 AssertionFailedError error = new AssertionFailedError(
  /packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/
UiAutomationTestRunner.java 10 import junit.framework.AssertionFailedError;
79 public void addFailure(Test test, AssertionFailedError t) {
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceTest.java 24 import junit.framework.AssertionFailedError;
35 static AssertionFailedError error;
52 error = new AssertionFailedError("Clear should happen " +
57 error = new AssertionFailedError("Clear should happen " +
67 error = new AssertionFailedError("Clear should happen " +
307 error = new AssertionFailedError("something threw '" + t +
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageOrderManagerTest.java 379 throw new junit.framework.AssertionFailedError();
383 throw new junit.framework.AssertionFailedError();
387 throw new junit.framework.AssertionFailedError();
391 throw new junit.framework.AssertionFailedError();
395 throw new junit.framework.AssertionFailedError();
399 throw new junit.framework.AssertionFailedError();

Completed in 7834 milliseconds

1 2 3 4