NXUnit Framework Class Library

XMLAssert.AreDocTypeEqual Method

[This is preliminary documentation and subject to change.]

Assert two document types of the two XML inputs are equal.

Overload List

Assert two document types of the two XML inputs are equal.

public void AreDocTypeEqual(XMLInput,XMLInput,string,params object[]);

Assert two document types of the two XML inputs are equal.

public void AreDocTypeEqual(TextReader,TextReader);

Assert two document types of the two XML inputs are equal.

public void AreDocTypeEqual(TextReader,TextReader,string,params object[]);

Assert two document types of the two XML inputs are equal.

public void AreDocTypeEqual(string,string);

Assert two document types of the two XML inputs are equal.

public void AreDocTypeEqual(string,string,string,params object[]);

Assert two document types of the two XML inputs are equal.

public void AreDocTypeEqual(XmlDocument,XmlDocument);

Assert two document types of the two XML inputs are equal.

public void AreDocTypeEqual(XmlDocument,XmlDocument,string,params object[]);

See Also

XMLAssert Class | NXUnit.Framework Namespace