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
Engine produces staticsBefore with the hidden SecurityManager static field. The concrete executor can't find this field, so it isn't present in staticsAfter. This leads to test generation failure as we expect staticsBefore and staticsAfter to have the same structure.
Description
Engine produces
staticsBefore
with the hiddenSecurityManager
static field. The concrete executor can't find this field, so it isn't present instaticsAfter
. This leads to test generation failure as we expectstaticsBefore
andstaticsAfter
to have the same structure.To Reproduce
Steps to reproduce the behavior:
Expected behavior
At least one test generated and there are no tests with internal exceptions.
Actual behavior
There is a generated test with an internal exception.
Visual proofs (screenshots, logs, images)
The text was updated successfully, but these errors were encountered: