I have an application that uses databases through jdbc API (in fact spring jdbc template). We want to run our unit tests against more type of databases (MS SQL, Oracle, Postgre); Thus to run a test (for example with maven) that will run a unit tests 3x times, for each specified databases. I have an application that uses databases throu