NXUnit Framework Class Library

XMLAssert.IsIncluded Method

[This is preliminary documentation and subject to change.]

Assert an XML input is included by another one.

Overload List

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[]);

See Also

XMLAssert Class | NXUnit.Framework Namespace