Class | Description |
---|---|
DbUnitEmbeddedDatabaseRule |
This rule provide a fine integration between spring embedded database
and dbunit:
Ensure that embedded database is started and available before dbUnit load dataSet.
Shutdown database after test.
|
DbUnitTestExecutionListener |
Spring test execution listener running DbUnit data set before and after test methods:
Get
DataSource bean from ApplicationContext .
Load data set, retrieved using DbUnitDataSet annotation.
Run setup operation before test method execution.
Run tear down operation after test method method execution..
|
EmbeddedDatabaseRule |
Rule used to start/stop embedded database.
|
TransactionalDbUnitTestExecutionListener |
Provide integration between spring
TransactionalTestExecutionListener and
custom DbUnitTestExecutionListener :
TransactionalTestExecutionListener will be executed first.
DbUnitTestExecutionListener will be executed last.
|
Copyright © 2017. All rights reserved.