database-rider / database-rider

Database testing made easy!

Home Page:https://database-rider.github.io/database-rider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBRider annotation cannot be used in base classes for tests

jcgarciam-signavio opened this issue · comments

When using a base class for the test suite, the DBRider annotation missed the Inherited annotation to make sure the ConnectionManager.getConfiguredDataSourceBeanName is able to retrieve the dataSourceBeanName from the annotation DBRider in the test class hierarchy.

Hi @jcgarciam-signavio, do you have a sample project which reproduces the issue? We need to know which module you're using and also some code to understand the issue