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
- User generates tests for
publicclassExample {
publicvoidcheck(intnumber) {
assert(number > 0);
}
}- Then the SARIF report contains the result about an AssertionError.
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