UCLA-BD2K / bd2kcrawler

0 stars 0 forks source link

Unit tests #5

Closed almgong closed 8 years ago

almgong commented 8 years ago

As a developer, I want a unit test suite in place to check common cases for methods.

almgong commented 8 years ago

Unit tests for service layer functions complete. Note that we do not use Hibernate, and we use POJO model classes with no function definitions (they represent entities here). Thus unit tests are "complete".