NXUnit Framework Class Library

XMLAssert.AreDeclareEqual Method

[This is preliminary documentation and subject to change.]

Assert two XML declaration of the two XML inputs are equal.

Overload List

Assert two XML declaration of the two XML inputs are equal.

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

Assert two XML declaration of the two XML inputs are equal.

public void AreDeclareEqual(TextReader,TextReader);

Assert two XML declaration of the two XML inputs are equal.

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

Assert two XML declaration of the two XML inputs are equal.

public void AreDeclareEqual(string,string);

Assert two XML declaration of the two XML inputs are equal.

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

Assert two XML declaration of the two XML inputs are equal.

public void AreDeclareEqual(XmlDocument,XmlDocument);

Assert two XML declaration of the two XML inputs are equal.

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

See Also

XMLAssert Class | NXUnit.Framework Namespace