C# Class UnityTest.SerializableTestResult

Inheritance: ITestResult
Show file Open project: snozbot/fungus Class Usage Examples

Public Properties

Property Type Description
duration double
executed bool
fullName string
id string
isIgnored bool
isSuccess bool
message string
name string
resultState TestResultState
stackTrace string

Property Details

duration public property

public double duration
return double

executed public property

public bool executed
return bool

fullName public property

public string fullName
return string

id public property

public string id
return string

isIgnored public property

public bool isIgnored
return bool

isSuccess public property

public bool isSuccess
return bool

message public property

public string message
return string

name public property

public string name
return string

resultState public property

public TestResultState resultState
return TestResultState

stackTrace public property

public string stackTrace
return string