-
Notifications
You must be signed in to change notification settings - Fork 47
Unexpected tests for some inherited methods on enums #457
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
Comments
This behaviour can also be reproduced on |
It seems that tests for |
My opinion: we should generate tests for overridden TODO: check if tests are generated for inherited methods without user-defined implementation. |
Description
Generated tests for enum contain methods testing valueOf
To Reproduce
com.google.common.base.CaseFormat.*
and 300s time limit.Actual behavior
Generated tests contain the following:
The text was updated successfully, but these errors were encountered: