Hi.
I'd like to contribute and share with the community with a big article of how to integrate hibernate, spring, liquibase and maven to perform fine grained integration/unit testing. Original article is located here (http://tillias.wordpress.com/2012/11/10/unit-testing-and-integration-testing-using-junit-liquibase-hsqldb-hibernate-maven-and-spring-framework/).
The main idea is that unit tests use the same database schema as the real application. Schema is deployed into the in-memory database (HSQLDB) on-fly. Application uses hibernate as the ORM
Maybe we can put it somewhere into the tutorials of the hibernate community as well? Thanks
|