login
Blurts on the Art of Software Development

Today | RSS | RDF | Atom | Other Tags
Categories : All | All | CI | .NET | General | Humour | Java | Personal | Reviews | Ruby | SW Eng
Search results : "tag:junit"

1 Testing for expected exceptions with JUnit
Recently a lot of people have been asking how to test for expected exceptions. I kind of cover this in my book but since not everyone will buy it and considering that my old blog entry about creating suites with JUnit 4 is one of the most popular ones...
May 17, 2007
2 Behavior-Driven Galore
Since you're reading my blog, you're probably also reading other blogs where the blogger talks about topics similar or related to what I talk about. With this in mind, chances are that you've at least heard of BDD or Behavior-Driven Development. You...
Feb 3, 2007
3 JUnit 4 trivia
It seems that not that many developers migrating to JUnit 4 are aware of the replacement for the old way of building suites--using the static suite() method and the junit.framework.Test...
Jul 27, 2006