-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Support for nested tests #8
Comments
Thanks for raising the issue! However, this code base is not actively maintained: it has been moved to the Would you mind creating an issue against the "Spring Framework" and its "Test" component here? |
FYI: this is somewhat related to SPR-14150. |
Closing in lieu of SPR-15366. |
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been playing with JUnit 5 and spring-test-junit5. I then tried to use the nested tests feature, but my tests fail. This also happens when I run directly from the command line using gradle.
I get the following exception:
I've managed to get it to work if I add
@ContextConfiguration(classes = TestConfig.class)
to the nested class. I think however that support could be improved to resolve the configuration from the enclosing class.The text was updated successfully, but these errors were encountered: