We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@TestTemplate
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
The recipe TestsShouldNotBePublic does not remove the public modifier for tests for methods annotated with org.junit.jupiter.api.TestTemplate.
public
org.junit.jupiter.api.TestTemplate
Methods annotated with org.junit.jupiter.api.TestTemplate should be treated as methods annotated with org.junit.jupiter.api.Test
org.junit.jupiter.api.Test
Sorry, no time ATM.
The text was updated successfully, but these errors were encountered:
a5439b6
Thanks for noticing; luckily this was a one line fix a5439b6
Sorry, something went wrong.
timtebeek
No branches or pull requests
What problem are you trying to solve?
The recipe TestsShouldNotBePublic does not remove the
public
modifier for tests for methods annotated withorg.junit.jupiter.api.TestTemplate
.Describe the solution you'd like
Methods annotated with
org.junit.jupiter.api.TestTemplate
should be treated as methods annotated withorg.junit.jupiter.api.Test
Are you interested in contributing this feature to OpenRewrite?
Sorry, no time ATM.
The text was updated successfully, but these errors were encountered: