Create a new instance of this class.
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);
XMLAssert Class | NXUnit.Framework Namespace