Sripaul
Sripaul

Reputation: 2235

JUnit tests with Hypersonic database

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

Answers (1)

Benjamin Muschko
Benjamin Muschko

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

Related Questions