-
Notifications
You must be signed in to change notification settings - Fork 0
Testing
JUnit was used to test classes in this project. Currently, only the object relational mapping classes, which interface between model classes and database records, have test classes. I do realize, however, that it's incredibly important for all methods throughout a program to have tests written for them.
In the beginning stages of Recordian, I didn't believe it was necessary to concern myself with writing tests for every Java class because I didn't think Recordian would grow to be this large. I am proud to say that Recordian has grown to be much larger than I originally intended and has far exceeded my expectations. As a result of this growth, it's become increasingly difficult to introduce new code at the same rate without accidentally introducing new bugs along the way. I've decided to add more unit tests with the release of Version 4 in order to remedy this issue.
