C# 클래스 Forseti.Reporting.HarnessResultExtensions

파일 보기 프로젝트 열기: dolittle/Forseti

공개 메소드들

메소드 설명
EndTime ( this harnessResults ) : System.DateTime
FailedCaseCount ( this harnessResults ) : int
FriendlyName ( this @case ) : string
InconclusiveCaseCount ( this harnessResults ) : int
IsFailing ( this harnessResults ) : bool
IsSuccessful ( this harnessResults ) : bool
StartTime ( this harnessResults ) : System.DateTime
SuccessfulCaseCount ( this harnessResults ) : int

비공개 메소드들

메소드 설명
ToFriendlyName ( string name ) : string

메소드 상세

EndTime() 공개 정적인 메소드

public static EndTime ( this harnessResults ) : System.DateTime
harnessResults this
리턴 System.DateTime

FailedCaseCount() 공개 정적인 메소드

public static FailedCaseCount ( this harnessResults ) : int
harnessResults this
리턴 int

FriendlyName() 공개 정적인 메소드

public static FriendlyName ( this @case ) : string
@case this
리턴 string

InconclusiveCaseCount() 공개 정적인 메소드

public static InconclusiveCaseCount ( this harnessResults ) : int
harnessResults this
리턴 int

IsFailing() 공개 정적인 메소드

public static IsFailing ( this harnessResults ) : bool
harnessResults this
리턴 bool

IsSuccessful() 공개 정적인 메소드

public static IsSuccessful ( this harnessResults ) : bool
harnessResults this
리턴 bool

StartTime() 공개 정적인 메소드

public static StartTime ( this harnessResults ) : System.DateTime
harnessResults this
리턴 System.DateTime

SuccessfulCaseCount() 공개 정적인 메소드

public static SuccessfulCaseCount ( this harnessResults ) : int
harnessResults this
리턴 int