IDynamicTestSuite Properties

Include Protected Members
Include Inherited Members

The IDynamicTestSuite type exposes the following members.

Properties

  Name Description
Public property AllTestCases Gets the read-only collection of test cases for this suite and all hierarchical children. (Inherited from ITestSuiteBase.)
Public property DefaultConfigurations Gets the read-only list of default configurations. (Inherited from ITestSuiteBase.)
Public property Description Gets or sets the description of this test suite. (Inherited from ITestSuiteBase.)
Public property Error Gets an error message indicating what is wrong with this object. (Inherited from IDataErrorInfo.)
Public property Id Gets the identifier. (Inherited from IIdentifiable<TKey>.)
Public property InvalidProperties Gets a list of property names that are invalid. (Inherited from IPropertyOwner.)
Public property IsDirty Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save. (Inherited from IPropertyOwner.)
Public property IsRoot Gets a value that indicates whether this suite is the root suite in the test project. (Inherited from ITestSuiteBase.)
Public property Item Gets the error message for the property with the given name. (Inherited from IDataErrorInfo.)
Public property LastError Gets the last error message that was encountered during the last attempt to dynamically repopulate the entries of this suite. (Inherited from IDynamicTestSuiteBase.)
Public property LastPopulated Gets the date and time for the last attempt to dynamically repopulate the entries in this suite. (Inherited from IDynamicTestSuiteBase.)
Public property LastUpdated Gets the date and time that this test suite was last updated. (Inherited from ITestSuiteBase.)
Public property LastUpdatedBy Gets the identity of the person who last updated this test suite. (Inherited from ITestSuiteBase.)
Public property Parent Gets the parent test suite that contains this test suite. (Inherited from ITestSuiteBase.)
Public property Plan Gets the test plan that owns this test suite. (Inherited from ITestSuiteBase.)
Public property Project Gets the test project. (Inherited from ITestObject<T>.)
Public property Query Gets the Work Item Query Language (WIQL) text for this dynamic test suite.
Public property Revision Gets the current revision number for this object. (Inherited from ITestObject<T>.)
Public property State Gets or sets the state of this test suite. (Inherited from ITestSuiteBase.)
Public property TestCases Gets a read-only collection of test cases. (Inherited from ITestSuiteBase.)
Public property TestSuiteEntry Gets an entry that was created for use in a static test suite. (Inherited from ITestSuiteBase.)
Public property TestSuiteType Gets the type of this test suite. (Inherited from ITestSuiteBase.)
Public property Title Gets or sets the title of this test suite. (Inherited from ITestSuiteBase.)
Public property 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>.)

Top

See Also

Reference

IDynamicTestSuite Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace