ICSharpCode.SharpUnit an Unit Testing Framework for .NET

ITestSuite Members

Public Instance Properties

CreateNewTestClass Creates a new object of the type
Type
Description Description of this testsuite, may be
null
if no description is given.
FullTypeName The full type name of the type.
TestClass An object of type
Type
Tests An ArrayList containing all Tests in this suite.
Type The type in which the testmethods are.

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