TestCase Members
Applies To: Windows 8.1
Provides access to the TestCase elements of an AssessmentResults.
The following tables list the members exposed by the TestCase type.
Public Properties
Name | Description | |
---|---|---|
ActivityReference | The activity reference of the TestCase. | |
Issues | The IssueCollection for the TestCase. | |
Key | The key of the TestCase. | |
MetricThresholds | The MetricThresholdCollection for the TestCase. | |
MetricValues | The MetricValueCollection of the TestCase. | |
Name | The name of the TestCase. | |
Parents | The ParentCollection of the TestCase. | |
ToolTip | The tool tip of the TestCase. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddIssue | Creates and adds an Issue to the TestCase. | |
AddMetricThreshold | Creates and adds a MetricThreshold to the TestCase. | |
AddMetricValue | Creates and adds a MetricValue to the TestCase. | |
AddParent | Adds a parent to the TestCase. | |
DeleteSubject | Deletes the Subject from the TestCase. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetSubject | Returns the Subject of the TestCase. | |
GetType | (Inherited from Object) | |
SetSubject | Overloaded. Sets the Subject of the TestCase. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top