Posted By:
Anonymous
Posted On:
Wednesday, June 9, 2004 10:10 AM
A Failure is an assertion (a call to one of the assert* methods) that failed. It is indicated by throwing an AssertionFailedError. Every other Throwable thrown by your test method is registered as an Error. (I never found this distinction to be of any relevance, btw.)