Skip to content

Commit

Permalink
Run JUnit5BestPractices as part of Assertj best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Oct 21, 2024
1 parent ff29dbc commit 8fb11c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/assertj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.testing.assertj.Assertj
displayName: AssertJ best practices
displayName: Assertj
description: Migrates JUnit asserts to AssertJ and applies best practices to assertions.
tags:
- testing
Expand Down Expand Up @@ -455,7 +455,7 @@ tags:
- assertj
recipeList:
# First improve the assertions for JUnit, to fix inverted expected/actual values
- org.openrewrite.java.testing.junit5.CleanupAssertions
- org.openrewrite.java.testing.junit5.JUnit5BestPractices
- org.openrewrite.java.testing.assertj.JUnitAssertArrayEqualsToAssertThat
- org.openrewrite.java.testing.assertj.JUnitAssertEqualsToAssertThat
- org.openrewrite.java.testing.assertj.JUnitAssertFalseToAssertThat
Expand Down

0 comments on commit 8fb11c8

Please sign in to comment.