We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that datasets are not loaded when @DatabaseSetup is placed on either a nested class or a method within a nested class.
The text was updated successfully, but these errors were encountered:
Issue #145 - @DatabaseSetup not working with JUnit 5's @nested
372c700
The following test class has been created to reproduce this issue on the dedicated branch: com.github.springtestdbunit.setup.NestedDatabaseSetupTest
com.github.springtestdbunit.setup.NestedDatabaseSetupTest
From a first analysis, it seems Spring's @SpringJUnitConfig does not support nested classes correctly.
@SpringJUnitConfig
Sorry, something went wrong.
Still not working with Spring boot 2.3.1 and spring-test-dbunit 1.3.0. is there any update on this issue ?
No branches or pull requests
It seems that datasets are not loaded when @DatabaseSetup is placed on either a nested class or a method within a nested class.
The text was updated successfully, but these errors were encountered: