I am using spring-test-dbunit and I get a warning in my Unit tests with this message:
Code:
@RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration
Thanks to Lynn Niño. The answer helped me to correct the configuration for my H2 Database: