Searched refs:targetException (Results 1 – 4 of 4) sorted by relevance
22 public void addFailure(Throwable targetException) { in addFailure() argument23 if (targetException instanceof MultipleFailureException) { in addFailure()24 addMultipleFailureException((MultipleFailureException) targetException); in addFailure()27 .fireTestFailure(new Failure(fDescription, targetException)); in addFailure()
14 public ParameterizedAssertionError(Throwable targetException, in ParameterizedAssertionError() argument17 targetException); in ParameterizedAssertionError()
448 RuntimeException targetException = null; in internalExecuteAndCompare() local453 targetException = e; in internalExecuteAndCompare()457 if (method == NEXT_METHOD && targetException == null in internalExecuteAndCompare()493 if (targetException != null) { in internalExecuteAndCompare()494 Helpers.fail(targetException, in internalExecuteAndCompare()507 if (targetException == null) { in internalExecuteAndCompare()515 referenceException.assertPermitted(targetException); in internalExecuteAndCompare()
37 protected void addFailure(Throwable targetException) { in addFailure() argument38 fNotifier.fireTestFailure(new Failure(fDescription, targetException)); in addFailure()