[This is preliminary documentation and subject to change.]
Assert an XML input is included by another one.
Assert an XML input is included by another one.
public void IsIncluded(XMLInput,XMLInput,string,params object[]);
Assert an XML input is included by another one.
public void IsIncluded(TextReader,TextReader);
Assert an XML input is included by another one.
public void IsIncluded(TextReader,TextReader,string,params object[]);
Assert an XML input is included by another one.
public void IsIncluded(string,string);
Assert an XML input is included by another one.
public void IsIncluded(string,string,string,params object[]);
Assert an XML input is included by another one.
public void IsIncluded(XmlDocument,XmlDocument);
Assert an XML input is included by another one.
public void IsIncluded(XmlDocument,XmlDocument,string,params object[]);
XMLAssert Class | NXUnit.Framework Namespace