public class XmlAssertion extends Object
XmlVerifiable| Modifier and Type | Method and Description |
|---|---|
static XmlVerifiable |
assertThat(Document parsedXml)
Starts assertions for the XML provided as
Document |
static XmlVerifiable |
assertThat(String xml)
Starts assertions for the XML provided as
String |
static XmlVerifiable |
assertThatXml(Document parsedXml)
Helper method so that there are no clashes with other static methods of that name
|
static XmlVerifiable |
assertThatXml(String body)
Helper method so that there are no clashes with other static methods of that name
|
public static XmlVerifiable assertThat(String xml)
Stringpublic static XmlVerifiable assertThat(Document parsedXml)
Documentpublic static XmlVerifiable assertThatXml(String body)
assertThat(String)public static XmlVerifiable assertThatXml(Document parsedXml)
assertThat(Document)Copyright © 2016–2019 Spring. All rights reserved.