New utility for testing your Liquibase changelog using H2 and JUnit

Hi everyone!

Some time ago I release an initial version of a new JUnit @Rule that makes it easier to test your DB integration code by setting up an in-memory H2 database to use in your test

(see https://github.com/zapodot/embedded-db-junit for more details)…

Guess what? I just added a Liquibase initialization plugin that enables you to run apply your Liquibase change log to the embedded database before running your test code.

Look at this blog post for further details…

Comments and/or suggestions for further development are more than welcome :slight_smile:

Sondre

GitHub: zapodot

Twitter: @zapodot