C# Class UnityTest.SerializableTestResult

Inheritance: ITestResult
Exibir arquivo 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_oe property

public double duration
return double

executed public_oe property

public bool executed
return bool

fullName public_oe property

public string fullName
return string

id public_oe property

public string id
return string

isIgnored public_oe property

public bool isIgnored
return bool

isSuccess public_oe property

public bool isSuccess
return bool

message public_oe property

public string message
return string

name public_oe property

public string name
return string

resultState public_oe property

public TestResultState resultState
return TestResultState

stackTrace public_oe property

public string stackTrace
return string