Package de.hybris.y2ysync
Class XMLContentAssert
- java.lang.Object
-
- org.fest.assertions.Assert
-
- org.fest.assertions.GenericAssert<XMLContentAssert,java.lang.String>
-
- de.hybris.y2ysync.XMLContentAssert
-
public class XMLContentAssert extends org.fest.assertions.GenericAssert<XMLContentAssert,java.lang.String>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XMLContentAssertassertThat(java.lang.String actual)XMLContentAsserthasTheSameContentAs(java.lang.String expectedXml)-
Methods inherited from class org.fest.assertions.GenericAssert
as, as, describedAs, describedAs, doesNotSatisfy, is, isEqualTo, isIn, isIn, isNot, isNotEqualTo, isNotIn, isNotIn, isNotNull, isNotSameAs, isNull, isSameAs, overridingErrorMessage, satisfies
-
-
-
-
Method Detail
-
assertThat
public static XMLContentAssert assertThat(java.lang.String actual) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
- Throws:
java.io.IOExceptionorg.xml.sax.SAXExceptionjavax.xml.parsers.ParserConfigurationException
-
hasTheSameContentAs
public XMLContentAssert hasTheSameContentAs(java.lang.String expectedXml) throws org.xml.sax.SAXException, java.io.IOException, org.custommonkey.xmlunit.exceptions.XpathException
- Throws:
org.xml.sax.SAXExceptionjava.io.IOExceptionorg.custommonkey.xmlunit.exceptions.XpathException
-
-