OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrownException
(Results
1 - 22
of
22
) sorted by null
/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;
/external/junit/src/main/java/org/junit/runner/notification/
Failure.java
33
* @param
thrownException
the exception that was thrown while running the test
35
public Failure(Description description, Throwable
thrownException
) {
36
this.fThrownException =
thrownException
;
/external/guice/extensions/testlib/test/com/google/inject/testing/throwingproviders/
CheckedProviderSubjectTest.java
70
assertThat(provider).
thrownException
().isInstanceOf(SummerException.class);
88
expectWhenTesting().that(provider).
thrownException
().isInstanceOf(expected);
101
expectWhenTesting().that(provider).
thrownException
();
/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
));
/external/guice/extensions/testlib/src/com/google/inject/testing/throwingproviders/
CheckedProviderSubject.java
72
public ThrowableSubject
thrownException
() {
/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
/external/owasp/sanitizer/lib/junit/
junit-dep.jar
junit.jar
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
junit-4.8.1.jar
/external/libphonenumber/lib/
junit-4.8.1.jar
/external/guice/extensions/struts2/lib/
ant-1.6.5.jar
freemarker-2.3.16.jar
core-3.1.1.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
findbugs.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar
/external/kotlinc/lib/
kotlin-main-kts.jar
Completed in 469 milliseconds