rmpestano / dbunit-rules

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

Connection configuration #50

Closed rmpestano closed 7 years ago

rmpestano commented 7 years ago

Currently JDBC connection must be configured for each test (in core and juni5 modules).

Provide a way to configure connection globally (eg in dbunit.xml) which will be used when connection is not provided at test level.