Unit testing and integration testing using JUnit, Liquibase, HSQLDB, Hibernate, Maven
Hi.
I'd like to contribute and share with the community with a big article of how to integrate spring, liquibase and maven to perform fine grained integration/unit testing. Original article is located here.
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.
Maybe we can put it somewhere into the tutorials of the Spring Community as well? Thanks