C# 클래스 UnityTest.SerializableTestResult

상속: ITestResult
파일 보기 프로젝트 열기: snozbot/fungus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
duration double
executed bool
fullName string
id string
isIgnored bool
isSuccess bool
message string
name string
resultState TestResultState
stackTrace string

프로퍼티 상세

duration 공개적으로 프로퍼티

public double duration
리턴 double

executed 공개적으로 프로퍼티

public bool executed
리턴 bool

fullName 공개적으로 프로퍼티

public string fullName
리턴 string

id 공개적으로 프로퍼티

public string id
리턴 string

isIgnored 공개적으로 프로퍼티

public bool isIgnored
리턴 bool

isSuccess 공개적으로 프로퍼티

public bool isSuccess
리턴 bool

message 공개적으로 프로퍼티

public string message
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

resultState 공개적으로 프로퍼티

public TestResultState resultState
리턴 TestResultState

stackTrace 공개적으로 프로퍼티

public string stackTrace
리턴 string