NXUnit Framework Class Library

XMLAssert.AreDocTypeEqual Method (XMLInput, XMLInput, String, Object[])

[This is preliminary documentation and subject to change.]

Assert two document types of the two XML inputs are equal.

public void AreDocTypeEqual(
   XMLInput expected,
   XMLInput actual,
   string msg,
   params object[] args
);

Parameters

expected
actual
msg
args

See Also

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