Well, I finally got the Fitnesse server running and configured my first tests. (Their site Fitnesse.org is down, but the Fitnesse jar's were available here, and the zip was available on sourceforge.) I run on Windows Vista, use Eclipse Europa as my IDE and Maven2 for the builds, so it was a bit of an ordeal to configure. Here's … Continue reading Fit Testing 101
eclipse
Setting up Eclipse for Testing
So I started trying to figure out how to do Unit testing in Eclipse. Eclipse defaults to JUnit 3 tests, but I want to use JUnit 4 tests. But the Eclipse JUnit 4 plugin is version 4.3 and I want to use 4.4. Then there is the difference between Assert.True and Assert.That, the latter requiring … Continue reading Setting up Eclipse for Testing