rmpestano / dbunit-rules

https://github.com/database-rider/database-rider
15 stars 5 forks source link

DBUnit configuration mechanism #41

Closed rmpestano closed 8 years ago

rmpestano commented 8 years ago

create a configuration mechanism to easily configure dbunit features.

For example qualified table names is currently configured via SystemProperties here and other features like enable batch statements will need to be configured.

Also cacheConnection, which is a dbunit rules specific feature, and now cache table names (#40) will need a easy way to get configured, e.g via annotation at test level or even global config file in test resources.