Unit Tests for Fizzbuzz?!
For anyone who has been following the FizzBuzz - saga, someone has now written a full Java implementation complete with Unit tests.
Not that there is anything wrong with Java and especially with Unit Testing, but this commentary (title NSFW) pretty well sums up my thoughts and also makes some great points about what writing good software is all about.



display(FizzCount int, BuzzCount int, TotalCount int): string
Then I *guess* you could run asserts against the output string - although I think there would be more chance of errors in your tests than in your code.