OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetException
(Results
1 - 8
of
8
) sorted by null
/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
);
/prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar
/external/robolectric/lib/main/
junit-dep-4.8.2.jar
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 105 milliseconds