Day: February 15, 2009

  • JUnit-Shortcoming II: Fail on first failed Assertion

    In an earlier post I did describe a possibly better way of handling fixture tear down in JUnit. In this post I look at the way assertions work. JUnit is actually widely used as a driver for all kinds of tests, not only unit tests. I think this is perfectly reasonable as it leverages all…