Releases: openrewrite/rewrite-testing-frameworks
Releases · openrewrite/rewrite-testing-frameworks
1.2.0
- Add JUnitParamsRunnerToParameterized JUnit Jupiter recipe (#113)
- Add Recipe for upgrading okhttp3 3.x MockWebServer Rule to JUnit 5 compatible 4.x MockWebServer (#117)
- Add MockitoRule Recipe (#86)
- Fix CategoryToTag recipe handles both J.FieldAccess and J.Assignment arguments. (#94)
- Add recipe for Sonar RSPEC-2699 Tests should have assertions. (#123)
1.1.0
New Features:
- JUnit 4 to 5 recipe for JUnit4 Parameterized Tests #81
- JUnit4 ParameterizedRunner with Field Injection to ParameterizedTest #102
Bug Fixes:
- ExpectedExceptionToAssertThrows does not create lambda for ExpectedException invocations #77
- Removing Modifier drops associated comment #73
- Assertions assert... message and arguments not permutated #76
- Tests explicitly tagged as JUnit4 via the JUnit4 class runner #79
- JUnit4 to 5 UseMethodOrder conversion for MethodSorters.JVM #80
1.0.2
1.0.1
1.0.0
1.0.0-rc.3
1.0.0-rc.3 is no different from 1.0.0-rc.2, it's just using a different release process to validate
1.0.0-rc.2
v1.0.0-rc.2 Fixup publishing with circleci (#50)
1.0.0-rc.1
Encapsulates:
- JUnit 4 to 5 migration
- JUnit asserts to AssertJ + AssertJ hygiene
- Mockito 1 to 3 migration
0.8.1
0.8.0
v0.8.0 Ensure MockitoRunnerToMockitoExtension leaves unrelated files untouch…