Skip to content

Releases: openrewrite/rewrite-testing-frameworks

1.1.0

31 Mar 03:27
ae86829
Compare
Choose a tag to compare

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

20 Mar 01:45
Compare
Choose a tag to compare
  • Update for rewrite 7.0.1
  • Remove noisy debugging print statement left in on accident
  • fix #76 AssertToAssertions isJunitAssertMethod also checks declaring type

1.0.1

19 Mar 02:45
Compare
Choose a tag to compare

1.0.0 accidentally released with rewrite version 7.1.0-SNAPSHOT dependencies instead of the intended 7.0.0. This fixes that.

1.0.0

19 Mar 02:03
Compare
Choose a tag to compare

Updated for rewrite 7.0.0

1.0.0-rc.3

05 Mar 21:53
9f33e9b
Compare
Choose a tag to compare
1.0.0-rc.3 Pre-release
Pre-release

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

05 Mar 16:28
a5b12eb
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release
v1.0.0-rc.2

Fixup publishing with circleci (#50)

1.0.0-rc.1

24 Feb 05:21
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

Encapsulates:

  • JUnit 4 to 5 migration
  • JUnit asserts to AssertJ + AssertJ hygiene
  • Mockito 1 to 3 migration

0.8.1

12 Jan 19:15
Compare
Choose a tag to compare
  • Reduce visibility of applicable JUnit5 methods from public to package #25
  • Removed unneeded dependency on the kotlin standard library e6b56aa

0.8.0

16 Dec 18:01
Compare
Choose a tag to compare
v0.8.0

Ensure MockitoRunnerToMockitoExtension leaves unrelated files untouch…

0.7.0

10 Dec 21:29
ca93760
Compare
Choose a tag to compare
  • JUnit 4 AssertArrayEquals/AssertNotEquals to AssertJ (#15)
  • MockitoRunnerToMockitoExtension visitor (#17)
  • JUnit 5 assertNull / assertNotNull conversions to assertJ (#18)
  • Scope import cleanup to only sources which have mockito or junit symbols d0efae4
  • Adding assertFalse and assertEquals refactoring visitors 08ad275