TestCaseCollection Members
Applies To: Windows 8.1
provides containers for TestCase objects
The following tables list the members exposed by the TestCaseCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | The number of TestCase objects in the TestCaseCollection. | |
Item | A TestCase from the TestCaseCollection. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddItem | Creates and adds a new TestCase to the TestCaseCollection. | |
Clear | Deletes all TestCase objects from the TestCaseCollection. | |
DeleteItem | Deletes a TestCasefrom the TestCaseCollection. | |
Equals | (Inherited from Object) | |
GetEnumerator | Retrieves an enumerator for the items in a TestCaseCollection. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
TestCaseCollection Class
Microsoft.Assessments.Runtime Namespace