Tags: openrewrite/rewrite-testing-frameworks
Tags
OpenRewrite recipe best practices Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne <[email protected]>
OpenRewrite recipe best practices Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML01vZGVybmUvTW9kZXJuZSArIE9wZW5SZXdyaXRl Co-authored-by: Moderne <[email protected]>
Fixing bug in `MockitoWhenOnStaticToMockStatic` related to originally… … not using the FQN of the class when detecting it from a `when(X.y())` style usage. (#826) * Fixing bug in `MockitoWhenOnStaticToMockStatic` related to originally not using the FQN of the class when detecting it from a `when(X.y())` style usage. * Adopt `ListUtils.filter` and direct field access for clearer use * Prefer JavaType as field rather than it's String representation * Replace `InvokedTypeWrapper` with `JavaType.Class` --------- Co-authored-by: Tim te Beek <[email protected]>
Update type tables via `./gradlew createTypeTable` (#808) * Update type tables via > Configure project : Inferred project: rewrite-testing-frameworks, version: 3.17.0-SNAPSHOT > Task :createTypeTable UP-TO-DATE BUILD SUCCESSFUL in 652ms 1 actionable task: 1 up-to-date This commit updates the type tables using the task. * Update failing test to be future-proof * Use `assertThat` in `UseXMLUnitLegacyTest` --------- Co-authored-by: Tim te Beek <[email protected]>
PreviousNext