What is the best way to launch HSQL for unit testing, when working with spring, maven and hibernate?

Posted by user166172 on Stack Overflow See other posts from Stack Overflow or by user166172
Published on 2010-06-16T11:11:48Z Indexed on 2010/06/16 11:22 UTC
Read the original article Hit count: 233

Filed under:
|
|
|
|

In my project I can successfully test database code. I'm using Spring, Hibernate, HSQL, junit and Maven.

The catch is that currently I have to launch HSQL manually prior to running the tests. What is the best way to automate the launching of HSQL with the technologies being used?

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about spring