Chenyu Wang
Chenyu Wang
求离线部署 CodeGeeX 并在 Jetbrains IDEs 插件中使用的教程
Is this issue still being followed up? Similar issues. `PowerMockito.when(mockResource, "activelicense", any(), any()).thenCallRealMethod();` The actual situation is `Mockito.when(mockResource, "activelicense", any(), any()).thenCallRealMethod();` The expectation is`Mockito.when(mockResource.activelicense(any(), any()).thenCallRealMethod();` https://docs.openrewrite.org/recipes/java/testing/mockito/replacepowermockito Rewrite Testing Frameworks 3.14.1...
plugin 6.24.0 testing-frameworks 3.22.0
> hi [@ChenyuWang98](https://github.com/ChenyuWang98) ; It looks like both the left and right side here are using AssertJ already, is that correct? What was the original in Hamcrest before any migration?...
Okay, I'll ask the geotools project.