Create JDBI 3 extension to support using multiple DAOs in tests #321
Labels
new feature
A new feature such as a new class, method, package, group of classes, etc.
Milestone
The existing
Jdbi3DaoExtension
is designed to allow easily testing one type of DAO. It doesn't easily translate to multiple DAOs. See discussion #283 for background information.This issue is to create a new
Jdbi3MultiDaoExtension
which is specifically designed to allow multiple DAOs in a test.The text was updated successfully, but these errors were encountered: