Table of Contents

Class CustomTestDataItem

Namespace
Acuit.Pinpoint.Client2
Assembly
Acuit.Pinpoint.Client2.dll

A custom test data item, provided by a test plug-in.

[DataContract]
public class CustomTestDataItem
Inheritance
CustomTestDataItem
Inherited Members

Properties

AdditionalDetails

Gets or sets additional details about the test item.

[DataMember]
public string AdditionalDetails { get; set; }

Property Value

string

Name

Gets or sets the test item name.

[DataMember]
public string Name { get; set; }

Property Value

string

Status

Gets or sets the test item status.

[DataMember]
public CustomTestDataStatus Status { get; set; }

Property Value

CustomTestDataStatus

Value

Gets or sets the test item value.

[DataMember]
public string Value { get; set; }

Property Value

string