The methods of the XMLAssert class are listed below. For a complete list of XMLAssert class members, see the XMLAssert Members topic.
![]() CreateInstance | Overloaded. Create a new instance of this class. |
![]() IsValid | Overloaded. Assert the validity of an XML input. |
![]() IsValidFile | Overloaded. Assert the validity of an XML file. |
![]() XpathExist | Overloaded. Assert an XPath expression is exist for an XML input. |
AreDeclareEqual | Overloaded. Assert two XML declaration of the two XML inputs are equal. |
AreDocTypeEqual | Overloaded. Assert two document types of the two XML inputs are equal. |
AreEqual | Overloaded. Assert two XML inputs are equal. |
AreXpathEqual | Overloaded. Assert the evaluation of an XPath expression on an XML input will return the expected value. |
Compare | Overloaded. Compare two XML inputs and find all differences between them. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
IsIncluded | Overloaded. Assert an XML input is included by another one. |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
XMLAssert Class | NXUnit.Framework Namespace