[This is preliminary documentation and subject to change.]
Assert two XML declaration of the two XML inputs are equal.
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[]);
XMLAssert Class | NXUnit.Framework Namespace