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

1 2 3

  /external/vogar/src/junit/framework/
AssertionFailedError.java 22 public class AssertionFailedError extends Error {
24 public AssertionFailedError() {}
26 public AssertionFailedError(String message) {
Assert.java 138 throw new AssertionFailedError(message);
148 throw new AssertionFailedError(message);
158 throw new AssertionFailedError(message);
168 throw new AssertionFailedError(message);
199 throw new AssertionFailedError(message);
203 throw new AssertionFailedError();
208 throw new AssertionFailedError(detail);
210 throw new AssertionFailedError(message + ": " + detail);
  /frameworks/base/test-runner/src/android/test/
AssertionFailedError.java 22 * @deprecated 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) {
  /art/test/021-string2/src/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends AssertionError {
10 public AssertionFailedError() {
13 public AssertionFailedError(String message) {
Assert.java 16 * an AssertionFailedError with the given message.
24 * an AssertionFailedError.
31 * an AssertionFailedError with the given message.
38 * an AssertionFailedError.
48 throw new AssertionFailedError();
50 throw new AssertionFailedError(message);
60 * an AssertionFailedError is thrown with the given message.
71 * an AssertionFailedError is thrown.
95 * an AssertionFailedError is thrown with the given message. If the expected
113 * are not an AssertionFailedError is thrown with the given message. If th
    [all...]
  /art/test/082-inline-execute/src/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends AssertionError {
10 public AssertionFailedError() {
13 public AssertionFailedError(String message) {
Assert.java 16 * an AssertionFailedError with the given message.
24 * an AssertionFailedError.
31 * an AssertionFailedError with the given message.
38 * an AssertionFailedError.
48 throw new AssertionFailedError();
50 throw new AssertionFailedError(message);
60 * an AssertionFailedError is thrown with the given message.
71 * an AssertionFailedError is thrown.
95 * an AssertionFailedError is thrown with the given message. If the expected
113 * are not an AssertionFailedError is thrown with the given message. If th
    [all...]
  /external/junit/src/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends AssertionError {
10 public AssertionFailedError() {
13 public AssertionFailedError(String message) {
Assert.java 16 * an AssertionFailedError with the given message.
24 * an AssertionFailedError.
31 * an AssertionFailedError with the given message.
38 * an AssertionFailedError.
48 throw new AssertionFailedError();
50 throw new AssertionFailedError(message);
60 * an AssertionFailedError is thrown with the given message.
71 * an AssertionFailedError is thrown.
95 * an AssertionFailedError is thrown with the given message. If the expected
113 * are not an AssertionFailedError is thrown with the given message. If th
    [all...]
  /external/guice/core/test/com/google/inject/spi/
FailingElementVisitor.java 19 import junit.framework.AssertionFailedError;
23 throw new AssertionFailedError();
FailingTargetVisitor.java 21 import junit.framework.AssertionFailedError;
25 throw new AssertionFailedError();
FailingBindingScopingVisitor.java 21 import junit.framework.AssertionFailedError;
28 throw new AssertionFailedError();
32 throw new AssertionFailedError();
36 throw new AssertionFailedError();
40 throw new AssertionFailedError();
SpiBindingsTest.java 39 import junit.framework.AssertionFailedError;
407 throw new AssertionFailedError();
  /external/guava/guava-tests/test/com/google/common/collect/
ComparisonChainTest.java 21 import junit.framework.AssertionFailedError;
36 throw new AssertionFailedError();
  /external/guice/core/test/com/google/inject/
SerializationTest.java 22 import junit.framework.AssertionFailedError;
52 throw new AssertionFailedError();
  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 26 import junit.framework.AssertionFailedError;
123 throw new AssertionFailedError(template
  /libcore/luni/src/test/java/libcore/xml/
SaxTest.java 24 import junit.framework.AssertionFailedError;
230 throw new AssertionFailedError();
233 throw new AssertionFailedError();
237 throw new AssertionFailedError();
240 throw new AssertionFailedError();
243 throw new AssertionFailedError();
247 throw new AssertionFailedError();
250 throw new AssertionFailedError();
253 throw new AssertionFailedError();
256 throw new AssertionFailedError();
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JdkFutureAdaptersTest.java 30 import junit.framework.AssertionFailedError;
174 throw new AssertionFailedError();
189 throw new AssertionFailedError();
194 throw new AssertionFailedError();
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
BundleTest.java 8 import junit.framework.AssertionFailedError;
377 throw new AssertionFailedError();
379 throw new AssertionFailedError();
383 throw new AssertionFailedError();
387 throw new AssertionFailedError();
393 throw new AssertionFailedError();
395 throw new AssertionFailedError();
399 throw new AssertionFailedError();
403 throw new AssertionFailedError();
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 50 import junit.framework.AssertionFailedError;
392 throw new AssertionFailedError();
411 throw new AssertionFailedError();
  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 31 import junit.framework.AssertionFailedError;
59 throw new AssertionFailedError();
92 throw new AssertionFailedError();
133 throw new AssertionFailedError();
169 throw new AssertionFailedError();
179 throw new AssertionFailedError();
307 throw new AssertionFailedError();
319 throw new AssertionFailedError();
748 throw new AssertionFailedError();
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /external/guice/lib/build/
junit.jar 

Completed in 598 milliseconds

1 2 3