We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Description
If user cancel generation at Generating test cases phase then error is shown even though cancelation was explicitly requested by user.
Generating test cases
To Reproduce
Steps to reproduce the behavior:
utbot
org.utbot.examples.strings.StringExamples
Expected behavior
Test generation stopped. No errors shown as this is result of explicit user action.
Actual behavior
Error that no tests are generated shown with suggestion how to fix it.
Visual proofs (screenshots, logs, images)
Additional context
When cancel generation during reading classes phase then no error shown as expected
reading classes
The text was updated successfully, but these errors were encountered:
Don't show error message when user explicitly cancel test generation #…
a4022aa
…1307
Vassiliy-Kudryashov
Successfully merging a pull request may close this issue.
Description
If user cancel generation at
Generating test cases
phase then error is shown even though cancelation was explicitly requested by user.To Reproduce
Steps to reproduce the behavior:
utbot
projectorg.utbot.examples.strings.StringExamples
Expected behavior
Test generation stopped. No errors shown as this is result of explicit user action.
Actual behavior
Error that no tests are generated shown with suggestion how to fix it.
Visual proofs (screenshots, logs, images)

Additional context
When cancel generation during
reading classes
phase then no error shown as expectedThe text was updated successfully, but these errors were encountered: