NXUnit Framework Class Library

XMLAssert.CreateInstance Method ()

[This is preliminary documentation and subject to change.]

Create a new instance of this class with the default strategy.

The code

XMLAssert.CreateInstance()
and the code
XMLAssert.CreateInstance( 
            XMLAssert.DEFAULT_STRATEGY )
are equal.

public static XMLAssert CreateInstance();

Return Value

a new XMLAssert instance with the default strategy

See Also

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