Wednesday, September 18, 2013

JUnit Tests / Day 72

Today I spent the majority of the day working on making some JUnit tests for many of the methods I've written in the past months. In some cases, this was not easy as setting up a "fake" JPF instance (used in tests) so that I can properly test methods involved setting up a lot of things that I had previously taken for granted due to configuration options or default settings. But the good news is that so far, I haven't had any tests fail! So things should be working as intended, and finding more bugs really was something I was hoping to avoid so late in the program, so I was happy with the tests.

No comments:

Post a Comment