Class Assertions

java.lang.Object
org.openrewrite.xml.Assertions

public class Assertions extends Object
  • Method Details

    • xml

      public static org.openrewrite.test.SourceSpecs xml(@Language("xml") @Nullable @Nullable String before)
    • xml

      public static org.openrewrite.test.SourceSpecs xml(@Language("xml") @Nullable @Nullable String before, Consumer<org.openrewrite.test.SourceSpec<Xml.Document>> spec)
    • xml

      public static org.openrewrite.test.SourceSpecs xml(@Language("xml") @Nullable @Nullable String before, @Language("xml") @Nullable @Nullable String after)
    • xml

      public static org.openrewrite.test.SourceSpecs xml(@Language("xml") @Nullable @Nullable String before, @Language("xml") @Nullable @Nullable String after, Consumer<org.openrewrite.test.SourceSpec<Xml.Document>> spec)