openrewrite / rewrite-testing-frameworks

OpenRewrite recipes that perform common Java testing migration tasks.
Apache License 2.0
68 stars 57 forks source link

Convert AssertJ's `assertThat(String).isEqualTo("")` to `isEmpty()` #513

Closed timtebeek closed 2 weeks ago

timtebeek commented 2 months ago

What problem are you trying to solve?

Use most expressive AssertJ assertions instead of sub optimal patterns seen in the wild.

Additional context

Separate from the following issue which migrates, this can instead go into recipes that fit our best practices.