Package de.hybris.y2ysync
Class XMLContentAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<XMLContentAssert,String>
de.hybris.y2ysync.XMLContentAssert
- All Implemented Interfaces:
org.assertj.core.api.Assert<XMLContentAssert,,String> org.assertj.core.api.Descriptable<XMLContentAssert>,org.assertj.core.api.ExtensionPoints<XMLContentAssert,String>
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself -
Method Summary
Modifier and TypeMethodDescriptionstatic XMLContentAssertassertThat(String actual) hasTheSameContentAs(String expectedXml) Deprecated, for removal: This API element is subject to removal in a future version.since 2011 - this method is checking only number of xpaths and not the whole xml document.isIdenticalTo(String expectedXml) isIdenticalToResource(String resourceName) Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
Method Details
-
assertThat
-
ignoreComments
-
ignoreWhitespaces
-
ignoreNodeOrder
-
isIdenticalToResource
-
isIdenticalTo
-
hasTheSameContentAs
@Deprecated(since="2011", forRemoval=true) public XMLContentAssert hasTheSameContentAs(String expectedXml) throws SAXException, IOException, org.custommonkey.xmlunit.exceptions.XpathException Deprecated, for removal: This API element is subject to removal in a future version.since 2011 - this method is checking only number of xpaths and not the whole xml document. UseisIdenticalTo(String)- Throws:
SAXExceptionIOExceptionorg.custommonkey.xmlunit.exceptions.XpathException
-