IRequirementTestSuite Properties

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Properties

Name Description
System_CAPS_pubproperty AllTestCases

Gets the read-only collection of test cases for this suite and all hierarchical children.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty DefaultConfigurations

Gets the read-only list of default configurations.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty Description

Gets or sets the description of this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty Error

(Inherited from IDataErrorInfo.)

System_CAPS_pubproperty Id

Gets the identifier.(Inherited from IIdentifiable<TKey>.)

System_CAPS_pubproperty InvalidProperties

Gets a list of property names that are invalid.(Inherited from IPropertyOwner.)

System_CAPS_pubproperty IsDirty

Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save.(Inherited from IPropertyOwner.)

System_CAPS_pubproperty IsRoot

Gets a value that indicates whether this suite is the root suite in the test project.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty Item[String]

(Inherited from IDataErrorInfo.)

System_CAPS_pubproperty LastError

Gets the last error message that was encountered during the last attempt to dynamically repopulate the entries of this suite.(Inherited from IDynamicTestSuiteBase.)

System_CAPS_pubproperty LastPopulated

Gets the date and time for the last attempt to dynamically repopulate the entries in this suite.(Inherited from IDynamicTestSuiteBase.)

System_CAPS_pubproperty LastUpdated

Gets the date and time that this test suite was last updated.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty LastUpdatedBy

Gets the identity of the person who last updated this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty LastUpdatedByName

Last person to update suite(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty Parent

Gets the parent test suite that contains this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty Plan

Gets the test plan that owns this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty Project

Gets the test project.(Inherited from ITestObject<T>.)

System_CAPS_pubproperty RequirementId

Gets the ID of the requirement work item from which this suite is populated.

System_CAPS_pubproperty Revision

Gets the current revision number for this object.(Inherited from ITestObject<T>.)

System_CAPS_pubproperty State

Obsolete.Gets or sets the state of this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty TestCaseCount

Count of test case inside suite (Inherited from ITestSuiteBase.)

System_CAPS_pubproperty TestCases

Gets a read-only collection of test cases.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty TestSuiteEntry

Gets an entry that was created for use in a static test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty TestSuiteType

Gets the type of this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty Title

Gets or sets the title of this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubproperty UserData

Gets or sets an arbitrary object or value that is not persisted, but allows test management objects to be dynamically extended.(Inherited from ITestObject<T>.)

See Also

IRequirementTestSuite Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top