ICSharpCode.SharpUnit an Unit Testing Framework for .NET

ITestSuite Properties

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

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.

See Also

ITestSuite Interface | ICSharpCode.SharpUnit.Environment Namespace