Package org.openrewrite.java.testing.junitassertj
-
Class Summary Class Description AssertTrueToAssertThat This is a refactoring visitor that will convert JUnit-style assertTrue() to assertJ's assertThat().isTrue().
| Class | Description |
|---|---|
| AssertTrueToAssertThat |
This is a refactoring visitor that will convert JUnit-style assertTrue() to assertJ's assertThat().isTrue().
|