Package org.openrewrite.groovy
Class Assertions
java.lang.Object
org.openrewrite.groovy.Assertions
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.openrewrite.test.SourceSpecsstatic org.openrewrite.test.SourceSpecsstatic org.openrewrite.test.SourceSpecsgroovy(@Nullable String before, @Nullable String after, Consumer<org.openrewrite.test.SourceSpec<G.CompilationUnit>> spec) static org.openrewrite.test.SourceSpecsgroovy(@Nullable String before, Consumer<org.openrewrite.test.SourceSpec<G.CompilationUnit>> spec) static org.openrewrite.test.SourceSpecssrcMainGroovy(Consumer<org.openrewrite.test.SourceSpec<org.openrewrite.SourceFile>> spec, org.openrewrite.test.SourceSpecs... javaSources) static org.openrewrite.test.SourceSpecssrcMainGroovy(org.openrewrite.test.SourceSpecs... javaSources) static org.openrewrite.test.SourceSpecssrcTestGroovy(Consumer<org.openrewrite.test.SourceSpec<org.openrewrite.SourceFile>> spec, org.openrewrite.test.SourceSpecs... javaSources) static org.openrewrite.test.SourceSpecssrcTestGroovy(org.openrewrite.test.SourceSpecs... javaSources)
-
Method Details
-
groovy
public static org.openrewrite.test.SourceSpecs groovy(@Language("groovy") @Nullable @Nullable String before) -
groovy
public static org.openrewrite.test.SourceSpecs groovy(@Language("groovy") @Nullable @Nullable String before, Consumer<org.openrewrite.test.SourceSpec<G.CompilationUnit>> spec) -
groovy
-
groovy
public static org.openrewrite.test.SourceSpecs groovy(@Language("groovy") @Nullable @Nullable String before, @Language("groovy") @Nullable @Nullable String after, Consumer<org.openrewrite.test.SourceSpec<G.CompilationUnit>> spec) -
srcMainGroovy
public static org.openrewrite.test.SourceSpecs srcMainGroovy(Consumer<org.openrewrite.test.SourceSpec<org.openrewrite.SourceFile>> spec, org.openrewrite.test.SourceSpecs... javaSources) -
srcMainGroovy
public static org.openrewrite.test.SourceSpecs srcMainGroovy(org.openrewrite.test.SourceSpecs... javaSources) -
srcTestGroovy
public static org.openrewrite.test.SourceSpecs srcTestGroovy(Consumer<org.openrewrite.test.SourceSpec<org.openrewrite.SourceFile>> spec, org.openrewrite.test.SourceSpecs... javaSources) -
srcTestGroovy
public static org.openrewrite.test.SourceSpecs srcTestGroovy(org.openrewrite.test.SourceSpecs... javaSources)
-