C# 클래스 NUnitGoCore.NunitGoItems.NunitGoTest

파일 보기 프로젝트 열기: elv1s42/NUnitGo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AttachmentsPath string
ClassName string
DateTimeFinish System.DateTime
DateTimeStart System.DateTime
Events List
FullName string
Guid System.Guid
HasOutput bool
LogHref string
Name string
ProjectName string
Result string
Screenshots List
TestDuration double
TestHrefAbsolute string
TestHrefRelative string
TestMessage string
TestStackTrace string

공개 메소드들

메소드 설명
GetColor ( ) : string
IsBroken ( ) : bool
IsFailed ( ) : bool
IsIgnored ( ) : bool
IsInconclusive ( ) : bool
IsSuccess ( ) : bool
NunitGoTest ( ) : System

메소드 상세

GetColor() 공개 메소드

public GetColor ( ) : string
리턴 string

IsBroken() 공개 메소드

public IsBroken ( ) : bool
리턴 bool

IsFailed() 공개 메소드

public IsFailed ( ) : bool
리턴 bool

IsIgnored() 공개 메소드

public IsIgnored ( ) : bool
리턴 bool

IsInconclusive() 공개 메소드

public IsInconclusive ( ) : bool
리턴 bool

IsSuccess() 공개 메소드

public IsSuccess ( ) : bool
리턴 bool

NunitGoTest() 공개 메소드

public NunitGoTest ( ) : System
리턴 System

프로퍼티 상세

AttachmentsPath 공개적으로 프로퍼티

public string AttachmentsPath
리턴 string

ClassName 공개적으로 프로퍼티

public string ClassName
리턴 string

DateTimeFinish 공개적으로 프로퍼티

public DateTime,System DateTimeFinish
리턴 System.DateTime

DateTimeStart 공개적으로 프로퍼티

public DateTime,System DateTimeStart
리턴 System.DateTime

Events 공개적으로 프로퍼티

public List Events
리턴 List

FullName 공개적으로 프로퍼티

public string FullName
리턴 string

Guid 공개적으로 프로퍼티

public Guid,System Guid
리턴 System.Guid

HasOutput 공개적으로 프로퍼티

public bool HasOutput
리턴 bool

LogHref 공개적으로 프로퍼티

public string LogHref
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

ProjectName 공개적으로 프로퍼티

public string ProjectName
리턴 string

Result 공개적으로 프로퍼티

public string Result
리턴 string

Screenshots 공개적으로 프로퍼티

public List Screenshots
리턴 List

TestDuration 공개적으로 프로퍼티

public double TestDuration
리턴 double

TestHrefAbsolute 공개적으로 프로퍼티

public string TestHrefAbsolute
리턴 string

TestHrefRelative 공개적으로 프로퍼티

public string TestHrefRelative
리턴 string

TestMessage 공개적으로 프로퍼티

public string TestMessage
리턴 string

TestStackTrace 공개적으로 프로퍼티

public string TestStackTrace
리턴 string