Show / Hide Table of Contents

Class TestResult

Test result info.

Inheritance
object
TestResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public class TestResult

Properties

View Source

LogData

Gets the log data.

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

Result

Gets or sets the test result.

Declaration
public string Result { get; set; }
Property Value
Type Description
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
string

Methods

View Source

Log(string)

Adds a log message.

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

A message to add.

  • View Source
In this article
Back to top Generated by DocFX