Table of Contents

Class TestMetadata

Namespace
Xping.Sdk.Core.Models
Assembly
Xping.Sdk.Core.dll

Represents metadata associated with a test.

public sealed class TestMetadata
Inheritance
TestMetadata
Inherited Members

Properties

Categories

Gets or sets the test categories (e.g., "Integration", "Unit", "E2E").

public IReadOnlyList<string> Categories { get; set; }

Property Value

IReadOnlyList<string>

CustomAttributes

Gets the custom attributes for additional test metadata.

public Dictionary<string, string> CustomAttributes { get; }

Property Value

Dictionary<string, string>

Description

Gets or sets the test description.

public string? Description { get; set; }

Property Value

string

Tags

Gets or sets the test tags for filtering and organization.

public IReadOnlyList<string> Tags { get; set; }

Property Value

IReadOnlyList<string>