Mikhail Loenko wrote:

fail() is not always convinient, for example, how would you print

stack trace to fail()? Meanwhile stacktrace is most often enough
If you need a stacktrace, why not just throw a RuntimeException at that point? JUnit will then include the stack trace in the report.

--
 Thorbjørn

Reply via email to