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
If the first statement in MUT used a static field that should be processed concretely and which is not an enum, the engine emits UtError because of NullPointerException produced by environment.state.lastEdge == null.
Description
If the first statement in MUT used a static field that should be processed concretely and which is not an enum, the engine emits
UtError
because ofNullPointerException
produced byenvironment.state.lastEdge == null
.To Reproduce
Try to generate a test for such a method:
Expected behavior
One test is generated, which does nothing:
Environment
Commit c09568f
Java, no mocks.
Additional context
Not applicable
The text was updated successfully, but these errors were encountered: