Identical or contradictory@utbot.executesCondition
for assert
in user code
#2414
Labels
comp-summaries
Something related to the method names, code comments and display names generation
comp-symbolic-engine
Issue is related to the symbolic execution engine
ctg-bug
Issue is a bug
Description
When there is
assert
in user code there could be@utbot.executesCondition
which are either the same or contradictory.To Reproduce
Expected behavior
There are NO identical or incompatible values for
@utbot.executesCondition
tag values. In this case it's one of:{@code (assert (s == null);): True}
or{@code (assert (s == null);): False}
Actual behavior
Two tests are generated one contains contrary tags:
Second one the same tags:
Screenshots, logs

The text was updated successfully, but these errors were encountered: