Description
There's no org.mockito.MockedConstruction in Mockito 2.1.0-beta.123 and it doesn't get automatically updated to a newer version.
To Reproduce
- Install UnitTestBot plugin built from main in IntelliJ IDEA
- Open moe-sounds project
- Generate Unit tests with No Configuration and Mock everything outside the class for
MoeListController
Expected behavior
Mockito is automatically updated.
Actual behavior
Mockito is not automatically updated.
When UtBot version from #2603 is used, uncompilable tests are generated, using org.mockito.MockedConstruction.
Description
There's no
org.mockito.MockedConstructionin Mockito2.1.0-beta.123and it doesn't get automatically updated to a newer version.To Reproduce
MoeListControllerExpected behavior
Mockito is automatically updated.
Actual behavior
Mockito is not automatically updated.
When UtBot version from #2603 is used, uncompilable tests are generated, using
org.mockito.MockedConstruction.