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

1 2 3 4

  /external/junit/src/main/java/junit/framework/
TestFailure.java 20 public TestFailure(Test failedTest, Throwable thrownException) {
22 fThrownException = thrownException;
35 public Throwable thrownException() {
54 thrownException().printStackTrace(writer);
62 return thrownException().getMessage();
71 return thrownException() instanceof AssertionFailedError;
  /frameworks/base/test-base/src/junit/framework/
TestFailure.java 20 public TestFailure(Test failedTest, Throwable thrownException) {
22 fThrownException= thrownException;
33 public Throwable thrownException() {
48 thrownException().printStackTrace(writer);
53 return thrownException().getMessage();
56 return thrownException() instanceof AssertionFailedError;
  /external/guava/guava-tests/test/com/google/common/io/
CloserTest.java 330 IOException thrownException = new IOException();
338 throw thrownException;
340 throw closer.rethrow(thrownException, IOException.class);
342 assertEquals(0, getSuppressed(thrownException).length);
346 assertSame(thrownException, expected);
352 ImmutableSet<Throwable> suppressed = ImmutableSet.copyOf(getSuppressed(thrownException));
  /libcore/luni/src/test/java/libcore/java/util/
TreeMapTest.java 584 IllegalArgumentException thrownException = null;
588 thrownException = e;
590 return (thrownException == null);
  /prebuilts/sdk/28/optional/
android.test.base.jar 
  /prebuilts/sdk/current/optional/
android.test.base.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/guice/lib/build/
junit.jar 
  /external/jsr330/lib/
junit.jar 
  /external/slf4j/integration/lib/
junit-3.8.1.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
junit-3.8.1.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar 
  /external/annotation-tools/scene-lib/
junit.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/
retrofit-2.1.0.jar 
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
junit-4.8.1.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 

Completed in 170 milliseconds

1 2 3 4