ICSharpCode.SharpUnit an Unit Testing Framework for .NET

ITestSuite Methods

The methods of the ITestSuite interface are listed below. For a complete list of ITestSuite interface members, see the ITestSuite Members topic.

Public Instance Methods

LoadTestClass Loads the testclass. Initializes type, creates the TestClass object.
UnloadTestClass Unloads the testclass, after this call TestClass == null and Type == null only the FullTypeName is valid.

See Also

ITestSuite Interface | ICSharpCode.SharpUnit.Environment Namespace