NXUnit Framework Class Library

XMLAssert.IsIncluded Method (TextReader, TextReader, String, Object[])

[This is preliminary documentation and subject to change.]

Assert an XML input is included by another one.

public void IsIncluded(
   TextReader smaller,
   TextReader larger,
   string msg,
   params object[] args
);

Parameters

smaller
larger
msg
args

See Also

XMLAssert Class | NXUnit.Framework Namespace | XMLAssert.IsIncluded Overload List