OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetException
(Results
1 - 7
of
7
) sorted by null
/external/okhttp/android/main/java/com/squareup/okhttp/internal/
OptionalMethod.java
89
Throwable
targetException
= e.getTargetException();
90
if (
targetException
instanceof RuntimeException) {
91
throw (RuntimeException)
targetException
;
93
throw new AssertionError("Unexpected exception",
targetException
);
128
Throwable
targetException
= e.getTargetException();
129
if (
targetException
instanceof RuntimeException) {
130
throw (RuntimeException)
targetException
;
132
throw new AssertionError("Unexpected exception",
targetException
);
/external/junit/src/org/junit/internal/runners/model/
EachTestNotifier.java
22
public void addFailure(Throwable
targetException
) {
23
if (
targetException
instanceof MultipleFailureException) {
24
addMultipleFailureException((MultipleFailureException)
targetException
);
27
.fireTestFailure(new Failure(fDescription,
targetException
));
/external/junit/src/org/junit/experimental/theories/internal/
ParameterizedAssertionError.java
14
public ParameterizedAssertionError(Throwable
targetException
,
17
targetException
);
/external/junit/src/org/junit/internal/runners/
ClassRoadie.java
37
protected void addFailure(Throwable
targetException
) {
38
fNotifier.fireTestFailure(new Failure(fDescription,
targetException
));
/external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java
448
RuntimeException
targetException
= null;
453
targetException
= e;
457
if (method == NEXT_METHOD &&
targetException
== null
493
if (
targetException
!= null) {
494
Helpers.fail(
targetException
,
507
if (
targetException
== null) {
515
referenceException.assertPermitted(
targetException
);
/external/owasp/sanitizer/lib/junit/
junit-dep.jar
junit.jar
Completed in 268 milliseconds