Closed
Description
Description
If we have user's code with UtMock.makeSymbolic
usage, we have an error -- `java.lang.IllegalStateException: No field $__is_mock_null in class org.utbot.api.mock.UtMock. Seems like we do not have instrumentation for this class, therefore we have trouble with mocking it in the concrete executor.
To Reproduce
Steps to reproduce the behavior:
- Run any project in IntelliJ Idea
- Write code with
UtMock.makeSymbolic
usage - Use the plugin to generate tests
Expected behaviour
Correctly generated tests.
Actual behaviour
IllegalStateException
Visual proofs
Environment
otherPackage
mocks level`
Additional context
There is no additional context.
Metadata
Metadata
Assignees
Type
Projects
Status
Done