Skip to content

Releases: openrewrite/rewrite-testing-frameworks

1.23.1

10 Jun 19:39
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.24.1

Fixes:

  • TestRuleToTestInfo adds java.util.Optional import. (fixes #229)
  • Exclude unneeded kotlin standard libarry dependencies ca6cf0a

Full Changelog: v1.23.0...v1.23.1

1.23.0

02 Jun 02:13
Compare
Choose a tag to compare

Enhancements

  • Updated to use rewrite 7.24.0

Fixes

  • Guard CleanupMockitoImports against removing static imports associated with MethodInvocations having null or unknown type information. #228

Full Changelog: v1.22.0...v1.23.0

1.22.0

11 May 22:45
Compare
Choose a tag to compare

What's Changed

  • Updated to use rewrite 7.23.0
  • Do not wrap methods with invocations that contain asserts in the class or specified in optional list. #226
  • Added optional comma delimited list of additional asserts. 861d7d1

Full Changelog: v1.21.0...v1.22.0

1.21.0

27 Apr 00:23
Compare
Choose a tag to compare

Enhancements

  • Updated to use rewrite 7.22.0

Full Changelog: v.1.20.1...v1.21.0

1.20.2

07 Apr 00:40
Compare
Choose a tag to compare

Enhancements

  • Updated to use rewrite 7.21.3

1.20.1

05 Apr 18:19
Compare
Choose a tag to compare

Enhancements

  • Updated to use rewrite 7.21.1

1.20.0

04 Apr 15:33
Compare
Choose a tag to compare

Enhancements

  • New Recipe: Add recipe to transform assertEquals(a, null) to assertNull(a) #200
  • New Recipe: Replace JUnit assertFalse(a == null) to assertNotNull(a) #202
  • New Recipe: Replace JUnit assertTrue(a == null) to assertNull(a) #202
  • New Recipe: Replace JUnit assertFalse(a.equals(b)) to assertNotEquals(a,b) #207
  • New Recipe: Replace JUnit assertTrue(a.equals(b)) to assertEquals(a,b) #207
  • New Recipe: Replace JUnit assertFalse(!<boolean>) to assertTrue(<boolean>) #205
  • New Recipe: Replace JUnit assertTrue(!<boolean>) to assertFalse(<boolean>) #205
  • New Recipe: Replace Junit assertTrue(a == b) to assertEquals(a,b) #204

Fixes

  • JUnit4to5Migration should map VertxUnitRunner to VertxExtension #198

Contributors:

@yeikel #200 #202 #204 #205 #207

Full Changelog: v1.19.0...v1.20.0

1.19.0

23 Mar 21:25
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite version 7.20.0
  • Update UpdateTestAnnotation to convert expected exception Test.None to assertDoesNotThrow #191
  • Remove junit-vintage-engine dependency as part of the JUnit4to5Migration #192

Full Changelog: v1.18.0...v1.19.0

1.18.0

26 Feb 00:40
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite version 7.18.0

1.17.0

10 Feb 16:21
90e2f6c
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite version 7.18.0

Full Changelog: v1.16.0...v1.17.0