Class Assertions

java.lang.Object
org.openrewrite.json.Assertions

public class Assertions extends Object
  • 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

      public static org.openrewrite.test.SourceSpecs json(@Language("json") @Nullable @Nullable String before, @Language("json") @Nullable @Nullable String after)
    • 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)