Can anyone guide me to an url or resource where I can find how to write JUnit tests with a Hypersonic Database?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.