1. Putting BigDecimal data into HSQLDB test database using DbUnit stackoverflow.comI'm using Hibernate JPA in my backend. I am writing a unit test using JUnit and DBUnit to insert a set of data into an in-memory HSQL database. My dataset contains:
|
2. How can I wipe data from my HSQLDB after every test? stackoverflow.comI had some JUnit tests already written in my project which used to populate data in the setup method. Now I have added maven to my project and I want to ... |