Good Tutorial on Testing Exceptions Using JUnit
I must admit, I have not done much with JUnit 4 – even though it has been out for a very long time. I came across a blog post by John Ferguson Smart entitled Testing Exceptions in JUnit 4.7. This is a great tutorial on how to JUnit 4 is evolving to make testing thrown exceptions easier.
Not only is this a good tutorial, it has inspired me to take a closer look at JUnit 4.