Find JUnit 5 setup smells (informational)
Recipe ID
org.openrewrite.kotlin.testing.FindTestFrameworkSetupSmells$KtRecipeArtifact
io.moderne.recipe:recipes-kotlinSearch-only bundle for informational @ParameterizedTest / @RepeatedTest / @Tag / @Disabled review markers. None of these are anti-patterns on their own — each one is worth a once-over for parameter-source choice, repetition intent, tag spelling, or whether the disable is still warranted.
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.kotlin.testing.FindTestFrameworkSetupSmells$KtRecipeIf the recipe isn’t available locally, install it with:
mod config recipes jar install io.moderne.recipe:recipes-kotlin:0.2.0Definition
This recipe runs the following recipes in order.
- Find
@ValueSource(strings = [...])annotationsorg.openrewrite.kotlin.testing.FindParameterizedTestWithValueSourceStrings$KtRecipe - Find
@RepeatedTest(N)annotationsorg.openrewrite.kotlin.testing.FindRepeatedTestAnnotation$KtRecipe - Find
@Tag(...)annotationsorg.openrewrite.kotlin.testing.FindTagAnnotationUsage$KtRecipe - Find
@Disabledannotationsorg.openrewrite.kotlin.testing.FindDisabledTest$KtRecipe
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