Searched refs:fCause (Results 1 – 6 of 6) sorted by relevance
24 private final AssertionError fCause; field in ArrayComparisonFailure36 this.fCause = cause; in ArrayComparisonFailure()37 initCause(fCause); in ArrayComparisonFailure()47 return super.getCause() == null ? fCause : super.getCause(); in getCause()
15 private final AssertionError fCause; field in ArrayComparisonFailure25 fCause= cause; in ArrayComparisonFailure()45 builder.append(fCause.getMessage()); in getMessage()
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...