NXUnit Framework Class Library

XMLAssert.CreateInstance Method

Create a new instance of this class.

Overload List

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();

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

public static XMLAssert CreateInstance(AssertStrategy);

See Also

XMLAssert Class | NXUnit.Framework Namespace