Package org.openrewrite.json
Class Assertions
java.lang.Object
org.openrewrite.json.Assertions
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.openrewrite.test.SourceSpecsstatic org.openrewrite.test.SourceSpecsstatic org.openrewrite.test.SourceSpecsjson(@Nullable String before, @Nullable String after, Consumer<org.openrewrite.test.SourceSpec<Json.Document>> spec) static org.openrewrite.test.SourceSpecsjson(@Nullable String before, Consumer<org.openrewrite.test.SourceSpec<Json.Document>> spec)
-
Method Details
-
json
public static org.openrewrite.test.SourceSpecs json(@Language("json") @Nullable @Nullable String before) -
json
public static org.openrewrite.test.SourceSpecs json(@Language("json") @Nullable @Nullable String before, Consumer<org.openrewrite.test.SourceSpec<Json.Document>> spec) -
json
-
json
public static org.openrewrite.test.SourceSpecs json(@Language("json") @Nullable @Nullable String before, @Language("json") @Nullable @Nullable String after, Consumer<org.openrewrite.test.SourceSpec<Json.Document>> spec)
-