Table of Contents

Class TestExecutionInfo

Namespace
Xping.Sdk.Core.Collection
Assembly
Xping.Sdk.Core.dll

Information about a test execution for tracking as previous test context.

public sealed class TestExecutionInfo
Inheritance
TestExecutionInfo
Inherited Members

Properties

Outcome

Gets or sets the test outcome.

public TestOutcome Outcome { get; set; }

Property Value

TestOutcome

TestId

Gets or sets the stable test identifier.

public string TestId { get; set; }

Property Value

string

TestName

Gets or sets the test display name.

public string TestName { get; set; }

Property Value

string