public final class XMLSubject extends com.google.common.truth.Subject<XMLSubject,XML>
| Modifier and Type | Method and Description |
|---|---|
XMLSubject |
expandingEntityReferences() |
XMLSubject |
expandingEntityReferences(boolean value) |
void |
hasSameContentAs(XML other) |
XMLSubject |
ignoringComments() |
XMLSubject |
ignoringElementContentWhitespace() |
XMLSubject |
ignoringNamespaceDeclarations()
Ignore all namespace declarations.
|
XMLSubject |
ignoringNamespacePrefixes() |
XMLSubject |
ignoringPrologAndEpilog() |
XMLSubject |
ignoringRedundantNamespaceDeclarations()
Ignore redundant namespace declarations.
|
XMLSubject |
ignoringWhitespace() |
XMLSubject |
ignoringWhitespaceInPrologAndEpilog() |
XMLSubject |
treatingElementContentWhitespaceAsText() |
check, equals, fail, fail, fail, failWithBadResults, failWithCustomSubject, failWithoutSubject, failWithRawMessage, getDisplaySubject, getSubject, hashCode, internalCustomName, isAnyOf, isEqualTo, isIn, isInstanceOf, isNoneOf, isNotEqualTo, isNotIn, isNotInstanceOf, isNotNull, isNotSameAs, isNull, isSameAs, namedpublic XMLSubject ignoringComments()
public XMLSubject ignoringElementContentWhitespace()
public XMLSubject ignoringWhitespace()
public XMLSubject ignoringWhitespaceInPrologAndEpilog()
public XMLSubject ignoringPrologAndEpilog()
public XMLSubject ignoringNamespaceDeclarations()
thispublic XMLSubject ignoringNamespacePrefixes()
public XMLSubject ignoringRedundantNamespaceDeclarations()
thispublic XMLSubject expandingEntityReferences()
public XMLSubject expandingEntityReferences(boolean value)
public XMLSubject treatingElementContentWhitespaceAsText()
public void hasSameContentAs(XML other)
Copyright ? The Apache Software Foundation. All Rights Reserved.