(Download KnownDefects) I ran into a bit of a quandary the other day. I had to modify a piece of legacy code in our system – one that has no tests written against it. My first task was to write as many JUnit tests as I could to document the behavior of the component to [...]
View PostHome» Posts tagged "junit"
Approaching the Finish Line
Frame2 is almost ready to be released as a new version. I may still make some changes, but it’s definitely in Release Candidate stage now. There are only a few things that I may add before testing the heck out of it: Upgrade unit tests to JUnit 4. There are a lot of tests, especially [...]
View Post debugging, eclipse, frame2, java, junit, open source, oss, web-application-frameworkA Consistent API is a Very Good Thing
I’ve been mucking around in the codebase, cleaning up pieces of the API that annoy me. Some bright person thought that it was a good idea to have a method that returns an Iterator to access a collection. I’ve been cleaning up all of these methods, changing them so that they return an actual collection [...]
View Post api, debugging, design, frame2, java, junit, open source, oss