Chenyu Wang

Results 5 comments of 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...

> 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.