You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tyuldashev
Can you please verify this bug is reproducing on the plugin from the latest main?
Test with mock of Random is generated with Symbolic 100% for this code snippet.
Description
In some cases when random numbers are generated in fixed loop, symbolic engine cannot generate any test.
To Reproduce
Expected behavior
Tests are generated, similar to what is listed in 'Additional context' section.
Actual behavior
No tests are generated.
Additional context
In case loop statement changed to
for (int i = 0; i < n; i++)
then it starts working similar to what is expected:
The text was updated successfully, but these errors were encountered: