Package org.openrewrite.yaml
Class Assertions
java.lang.Object
org.openrewrite.yaml.Assertions
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.openrewrite.test.SourceSpecsstatic org.openrewrite.test.SourceSpecsstatic org.openrewrite.test.SourceSpecsyaml(@Nullable String before, String after, Consumer<org.openrewrite.test.SourceSpec<Yaml.Documents>> spec) static org.openrewrite.test.SourceSpecsyaml(@Nullable String before, Consumer<org.openrewrite.test.SourceSpec<Yaml.Documents>> spec)
-
Method Details
-
yaml
-
yaml
public static org.openrewrite.test.SourceSpecs yaml(@Nullable @Nullable String before, Consumer<org.openrewrite.test.SourceSpec<Yaml.Documents>> spec) -
yaml
-
yaml
public static org.openrewrite.test.SourceSpecs yaml(@Nullable @Nullable String before, String after, Consumer<org.openrewrite.test.SourceSpec<Yaml.Documents>> spec)
-