-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
ctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Description
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
public class Example {
public void check(int number) {
assert(number > 0);
}
}
- Then the SARIF report contains the result about an AssertionError.
Metadata
Metadata
Assignees
Labels
ctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Type
Projects
Status
Done