C# Class UnityTest.SerializableTestResult

Inheritance: ITestResult
Afficher le fichier Open project: snozbot/fungus Class Usage Examples

Méthodes publiques

Свойство 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
Résultat double

executed public_oe property

public bool executed
Résultat bool

fullName public_oe property

public string fullName
Résultat string

id public_oe property

public string id
Résultat string

isIgnored public_oe property

public bool isIgnored
Résultat bool

isSuccess public_oe property

public bool isSuccess
Résultat bool

message public_oe property

public string message
Résultat string

name public_oe property

public string name
Résultat string

resultState public_oe property

public TestResultState resultState
Résultat TestResultState

stackTrace public_oe property

public string stackTrace
Résultat string