Skip to content

Releases: openrewrite/rewrite-testing-frameworks

0.8.0

16 Dec 18:01
Compare
Choose a tag to compare
Ensure MockitoRunnerToMockitoExtension leaves unrelated files untouch…

…ed. Fixes #22

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

0.6.0

03 Dec 06:15
Compare
Choose a tag to compare
  • Added visitors to migrate dependencies. #10
  • Update SpringRunnerToSpringExtension rule to also cover SpringRunnerToSpringExtension 1e97f4b
  • Remove unused and redundant dependencies as part of mockito and junit migrations 700fbf4
  • Handle JUnit4 ExpectedException Rule as part of JUnit4 -> 5 recipe #9
  • Fix CategoryToTag producing @Tag(arg.class) instead of the correct @Tag("arg") #11
  • Renamed "ChangeTestAnnotation" to "UpdateTestAnnotation"

0.5.1

24 Nov 20:28
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Upgrade to Rewrite 6.0.1

0.5.0

24 Nov 03:55
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Upgrade to Rewrite 6.0.0

0.4.0

20 Nov 18:34
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Implement CategoryToTags and various bugfixes

0.3.0

05 Nov 02:26
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Add visitor which migrates JUnit4 Assert into JUnit5 Assertions

0.2.1

03 Nov 20:21
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Rename the recipes provided by this module to org.openrewrite.java.testing.JUnit5Migration and org.openrewrite.java.testing.Mockito1to3Migration

0.2.0

03 Nov 01:32
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
Fix #5 Handle @RunWith(SpringRunner.class) in junit 4 -> 5 migration

This depends on currently unpublished changes in rewrite core libraries

0.1.1

22 Oct 17:24
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Now with a project description so hopefully MavenCentral wont reject publication