rasheedamir / generator-jhipster

Hipster stack for Java developers. Yeoman + Maven + Spring + AngularJS in one handy generator.
http://jhipster.github.io
Other
0 stars 0 forks source link

Add DBUnit #6

Open rasheedamir opened 9 years ago

rasheedamir commented 9 years ago

Spring DBUnit provides integration between the Spring testing framework and the popular DBUnit project. It allows you to setup and teardown database tables using simple annotations as well as checking expected table contents once a test completes.

http://springtestdbunit.github.io/spring-test-dbunit/