JUnit Framework is set up and working now. New classes should preferable come with JUnit tests. We need to provide tests for previously existing stuff. Also main() methods on classes should be removed, when they only represent test implementations.
Log in to post a comment.