kelvinyap2014 / northwind-roo

Academic research of Northwind database with Spring Roo, Spring Boot, Thymeleaf, JPA, Docker and CI/ CD deployment automation
GNU General Public License v3.0
1 stars 2 forks source link

Improve unit tests #8

Open kelvinyap2014 opened 7 years ago

kelvinyap2014 commented 7 years ago

Based on code quality/ coverage reports.

kelvinyap2014 commented 7 years ago

Writing unit tests and integration tests are good ways to understand an un-familiar system/framework, we can re-test multiple times to confirm certain code/framework behaviour.

kelvinyap2014 commented 7 years ago

https://rmpestano.github.io/dbunit-rules-sample/dbunit-rules.html

kelvinyap2014 commented 7 years ago

--> split it to multiple tickets - improve coverage on unit/ integration/ acceptance tests