- Notifications
You must be signed in to change notification settings - Fork45
Disabled tests for autogenerated functions #457#505
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Please see the comments.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/ui/GenerateTestsDialogWindow.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/ui/UtTestsDialogProcessor.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Algorithmically and conceptually the PR is good, but there are some issues with the code organization. I would like also suggest some stylistic changes.
utbot-framework-api/src/main/kotlin/org/utbot/framework/UtSettings.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-framework/src/main/kotlin/org/utbot/framework/util/SyntethicMethodsChecker.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-framework-api/src/main/kotlin/org/utbot/framework/SyntheticMethods.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
utbot-framework-api/src/main/kotlin/org/utbot/framework/SyntheticMethods.kt OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
dc010f6 toa245bc6CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM. If possible, it would be nice to have some unit tests in CLI.
Uh oh!
There was an error while loading.Please reload this page.
Description
Disabled tests for autogenerated methods (values, valueOf) for enum classes.
Fixes#457
Type of Change
How Has This Been Tested?
Automated Testing
No new tests currently added (in progress)
Manual Scenario
com.google.common.base.CaseFormat.*-- it will no more generate tests forvaluesandvalueOf.Checklist (remove irrelevant options):