TestResultMetaData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Meta Data of a test result.
[System.Runtime.Serialization.DataContract]
public class TestResultMetaData : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type TestResultMetaData = class
inherit TestManagementBaseSecuredObject
Public Class TestResultMetaData
Inherits TestManagementBaseSecuredObject
- Inheritance
- Attributes
Constructors
| TestResultMetaData() |
Fields
| Priority |
Priority of test result. |
| TestCaseReferenceId |
ID of TestCaseReference. |
Properties
| AutomatedTestName |
AutomatedTestName of test result. |
| AutomatedTestStorage |
AutomatedTestStorage of test result. |
| Owner |
Owner of test result. |
| TestCaseTitle |
TestCaseTitle of test result. |
Methods
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |