Package com.github.mjeanroy.dbunit.integration.spring
package com.github.mjeanroy.dbunit.integration.spring
-
ClassDescriptionA meta-annotation to automatically integrate Spring with DbUnit.Spring test execution listener running DbUnit data set before and after test methods: Get
DataSource
bean fromApplicationContext
. Load data set, retrieved usingDbUnitDataSet
annotation. Run setup operation before test method execution. Run tear down operation after test method method execution..A standalone runner that can be used to start/stop embedded database.Provide integration between springTransactionalTestExecutionListener
and customDbUnitTestExecutionListener
:TransactionalTestExecutionListener
will be executed first.DbUnitTestExecutionListener
will be executed last.