Skip to main content

Class TestResultMessage

Assembly: MicroJson.Unit.Tests.dll
View Source
Declaration
public class TestResultMessage

Properties

ResultID

View Source
Declaration
public Guid? ResultID { get; set; }

TestID

View Source
Declaration
public Guid? TestID { get; set; }

TestName

View Source
Declaration
public string? TestName { get; set; }

StartedTimestamp

View Source
Declaration
public DateTime? StartedTimestamp { get; set; }

CompletedTimestamp

View Source
Declaration
public DateTime? CompletedTimestamp { get; set; }

State

View Source
Declaration
public string? State { get; set; }

TargetPlatform

View Source
Declaration
public string? TargetPlatform { get; set; }

MeadowOSVersion

View Source
Declaration
public string? MeadowOSVersion { get; set; }

TargetInfo

View Source
Declaration
public string? TargetInfo { get; set; }

TestRunBy

View Source
Declaration
public string? TestRunBy { get; set; }

Output

View Source
Declaration
public List<string>? Output { get; set; }