We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 UTBot generates a test that throws an AssertionError, then for some reason there is no information about the detected error in the SARIF report.
Expected behavior
public class Example { public void check(int number) { assert(number > 0); } }
The text was updated successfully, but these errors were encountered:
mmvpm
Successfully merging a pull request may close this issue.
Description
If UTBot generates a test that throws an AssertionError, then for some reason there is no information about the detected error in the SARIF report.
Expected behavior
The text was updated successfully, but these errors were encountered: