Show / Hide Table of Contents

Class TestResult

Test result info.

Inheritance
System.Object
TestResult
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public class TestResult : object

Properties

View Source

LogData

Gets the log data.

Declaration
public List<string> LogData { get; }
Property Value
Type Description
List<System.String>
View Source

Result

Gets or sets the test result.

Declaration
public string Result { get; set; }
Property Value
Type Description
System.String
View Source

RunTime

Gets or sets the test run time.

Declaration
public DateTimeOffset RunTime { get; set; }
Property Value
Type Description
DateTimeOffset
View Source

TestName

Gets or sets the test name.

Declaration
public string TestName { get; set; }
Property Value
Type Description
System.String

Methods

View Source

Log(String)

Adds a log message.

Declaration
public void Log(string message)
Parameters
Type Name Description
System.String message

A message to add.

  • View Source
In This Article
Back to top Generated by DocFX