AssertJPathRules Refaster recipes
Recipe ID
tech.picnic.errorprone.refasterrules.AssertJPathRulesRecipesArtifact
org.openrewrite.recipe:rewrite-third-partyRefaster rules related to AssertJ assertions over Paths.
Source.
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe tech.picnic.errorprone.refasterrules.AssertJPathRulesRecipesIf the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-third-party:0.44.0Definition
This recipe runs the following recipes in order.
- Refaster template
AssertJPathRules.AssertThatExiststech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatExistsRecipe - Refaster template
AssertJPathRules.AssertThatDoesNotExisttech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatDoesNotExistRecipe - Refaster template
AssertJPathRules.AssertThatIsRegularFiletech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatIsRegularFileRecipe - Refaster template
AssertJPathRules.AssertThatIsDirectorytech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatIsDirectoryRecipe - Refaster template
AssertJPathRules.AssertThatIsSymbolicLinktech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatIsSymbolicLinkRecipe - Refaster template
AssertJPathRules.AssertThatIsAbsolutetech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatIsAbsoluteRecipe - Refaster template
AssertJPathRules.AssertThatIsRelativetech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatIsRelativeRecipe - Refaster template
AssertJPathRules.AssertThatIsReadabletech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatIsReadableRecipe - Refaster template
AssertJPathRules.AssertThatIsWritabletech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatIsWritableRecipe - Refaster template
AssertJPathRules.AssertThatIsExecutabletech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatIsExecutableRecipe - Prefer
AbstractPathAssert#hasFileName(String)over more contrived alternativestech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatHasFileNameRecipe - Prefer
AbstractPathAssert#hasParentRaw(Path)over more contrived alternativestech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatHasParentRawRecipe - Refaster template
AssertJPathRules.AssertThatHasNoParenttech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatHasNoParentRecipe - Refaster template
AssertJPathRules.AssertThatStartsWithRawtech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatStartsWithRawRecipe - Refaster template
AssertJPathRules.AssertThatEndsWithRawtech.picnic.errorprone.refasterrules.AssertJPathRulesRecipes$AssertThatEndsWithRawRecipe
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats