Reputation: 2235
Can anyone guide me to an url or resource where I can find how to write JUnit tests with a Hypersonic Database?
Upvotes: 1
Views: 1609
Reputation: 33476
This search on JUnit and HSQLDB should give you enough links to get started. It also provides links for integrating HSQLDB for unit testing with other frameworks like Spring and Hibernate. For beginners "Using HSQLDB For Unit Testing Database Access Code" is a good read.
Upvotes: 2