kaleeswaranr / OUA

0 stars 0 forks source link

Lack of Unit Tests #2

Open stevemac007 opened 8 years ago

stevemac007 commented 8 years ago

The app has no unit tests and has two integration tests.

The integration tests fail unless an external MySQL server is available.

The integration tests are of little value as most of them are expecting a RuntimeException to be thrown so they are not testing the happy paths of the app - for example, there is test to see if deleting by a nonexistent id fails, but no test to see that deleting by a valid id succeeds.

kaleeswaranr commented 8 years ago
  1. Included with UNIT Testcase and Integration Testcase
kaleeswaranr commented 8 years ago
  1. Added support for TravisCI to this project and showing the status of the build.