NXUnit Framework Class Library

XMLAssert Methods

The methods of the XMLAssert class are listed below. For a complete list of XMLAssert class members, see the XMLAssert Members topic.

Public Static Methods

CreateInstanceOverloaded. Create a new instance of this class.
IsValidOverloaded. Assert the validity of an XML input.
IsValidFileOverloaded. Assert the validity of an XML file.
XpathExistOverloaded. Assert an XPath expression is exist for an XML input.

Public Instance Methods

AreDeclareEqualOverloaded. Assert two XML declaration of the two XML inputs are equal.
AreDocTypeEqualOverloaded. Assert two document types of the two XML inputs are equal.
AreEqualOverloaded. Assert two XML inputs are equal.
AreXpathEqualOverloaded. Assert the evaluation of an XPath expression on an XML input will return the expected value.
CompareOverloaded. Compare two XML inputs and find all differences between them.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
IsIncludedOverloaded. Assert an XML input is included by another one.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

XMLAssert Class | NXUnit.Framework Namespace