ClassNotFoundException: org.mockito.MockedConstruction$Context
in some Gradle projects when generate tests with Fuzzing
#2523
Labels
comp-fuzzing
Issue is related to the fuzzing
ctg-bug
Issue is a bug
spec-regression
Regression
status-verified
Bug fix is verified
Description
Fuzzing generation for
org.utbot.examples.recursion.Recursion#vertexSum
causes errors.It seems specific to Gradle projects and reproducible not only in UTBot project.
To Reproduce
org.utbot.examples.recursion.Recursion#vertexSum
Expected behavior
Tests are generated.
Actual behavior
One error test is generated:
Screenshots, logs
Full exception in
utbot-engine-current.log
:Environment
IntelliJ IDEA version - 2023.2
Project - utbot or just copy sample to any other Java project
Plugin - 2023.8.5058
Additional context
There is no such error in 2023.1.5 with plugin from latest release 2023.3, so that's regression error.
The text was updated successfully, but these errors were encountered: