Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@velo
Copy link
Member

@velo velo commented Dec 11, 2023

mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:RELEASE -Drewrite.activeRecipes=org.openrewrite.java.testing.junit5.AssertToAssertions,org.openrewrite.java.testing.assertj.Assertj

velo added 4 commits December 11, 2023 20:32
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run   -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:RELEASE   -Drewrite.activeRecipes=org.openrewrite.java.testing.junit5.AssertToAssertions,org.openrewrite.java.testing.assertj.Assertj
@velo velo merged commit f34b3ab into master Dec 12, 2023
@velo velo deleted the junit5 branch December 12, 2023 08:06
velo added a commit that referenced this pull request Oct 7, 2024
* Migrate all assertions to assertJ

mvn -U org.openrewrite.maven:rewrite-maven-plugin:run   -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:RELEASE   -Drewrite.activeRecipes=org.openrewrite.java.testing.junit5.AssertToAssertions,org.openrewrite.java.testing.assertj.Assertj

* Remove obsolete testing framework

* Migrate more tests for assertJ and assertThrows

* Remove obsolete testing framework

* Build using junit 5

* Use lambdas on tests

---------

Co-authored-by: Marvin Froeder <[email protected]>
velo added a commit that referenced this pull request Oct 8, 2024
* Migrate all assertions to assertJ

mvn -U org.openrewrite.maven:rewrite-maven-plugin:run   -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:RELEASE   -Drewrite.activeRecipes=org.openrewrite.java.testing.junit5.AssertToAssertions,org.openrewrite.java.testing.assertj.Assertj

* Remove obsolete testing framework

* Migrate more tests for assertJ and assertThrows

* Remove obsolete testing framework

* Build using junit 5

* Use lambdas on tests

---------

Co-authored-by: Marvin Froeder <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants