-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
TestNG smoke test doesn't test anything #19329
Comments
I have tried to add public to both class and method and running the check task, but everything worked. |
There's not much more to explain. With the class and method made public, here's the output when building the module:
|
I think we can close this since |
The test class and its method are package-private which means that no tests are run. They cannot be made public until spring-io/spring-javaformat#152 is fixed or we configure a Checkstyle suppression.
The text was updated successfully, but these errors were encountered: