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
TestId
Gets or sets the stable test identifier.
public string TestId { get; set; }
Property Value
TestName
Gets or sets the test display name.
public string TestName { get; set; }