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
public property ActivityReference The activity reference of the TestCase.
public property Issues The IssueCollection for the TestCase.
public property Key The key of the TestCase.
public property MetricThresholds The MetricThresholdCollection for the TestCase.
public property MetricValues The MetricValueCollection of the TestCase.
public property Name The name of the TestCase.
public property Parents The ParentCollection of the TestCase.
public property ToolTip The tool tip of the TestCase.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddIssue Creates and adds an Issue to the TestCase.
public method AddMetricThreshold Creates and adds a MetricThreshold to the TestCase.
public method AddMetricValue Creates and adds a MetricValue to the TestCase.
public method AddParent Adds a parent to the TestCase.
public method DeleteSubject Deletes the Subject from the TestCase.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetSubject Returns the Subject of the TestCase.
public method GetType  (Inherited from Object)
public method SetSubject Overloaded. Sets the Subject of the TestCase.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

TestCase Class
Microsoft.Assessments.Runtime Namespace