Most enterprise applications rely on the database as the persistence mechanism. Integration tests for these applications require data in the database to run correctly. For integration tests to be ...
My original blog showed how to seperate maven unit and integration tests using a very simple example. https://johndobie.blogspot.com/2011/06/seperating-maven-unit ...