C# 클래스 NUnitGoCore.Utils.MainStatistics

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

공개 프로퍼티들

프로퍼티 타입 설명
Duration string
EndDate string
StartDate string
TotalAll int
TotalBroken int
TotalExecuted int
TotalFailed int
TotalIgnored int
TotalInconclusive int
TotalPassed int
TotalSuccessFalse int
TotalSuccessTrue int
TotalUnknown int

공개 메소드들

메소드 설명
MainStatistics ( List tests ) : System.Collections.Generic

메소드 상세

MainStatistics() 공개 메소드

public MainStatistics ( List tests ) : System.Collections.Generic
tests List
리턴 System.Collections.Generic

프로퍼티 상세

Duration 공개적으로 프로퍼티

public string Duration
리턴 string

EndDate 공개적으로 프로퍼티

public string EndDate
리턴 string

StartDate 공개적으로 프로퍼티

public string StartDate
리턴 string

TotalAll 공개적으로 프로퍼티

public int TotalAll
리턴 int

TotalBroken 공개적으로 프로퍼티

public int TotalBroken
리턴 int

TotalExecuted 공개적으로 프로퍼티

public int TotalExecuted
리턴 int

TotalFailed 공개적으로 프로퍼티

public int TotalFailed
리턴 int

TotalIgnored 공개적으로 프로퍼티

public int TotalIgnored
리턴 int

TotalInconclusive 공개적으로 프로퍼티

public int TotalInconclusive
리턴 int

TotalPassed 공개적으로 프로퍼티

public int TotalPassed
리턴 int

TotalSuccessFalse 공개적으로 프로퍼티

public int TotalSuccessFalse
리턴 int

TotalSuccessTrue 공개적으로 프로퍼티

public int TotalSuccessTrue
리턴 int

TotalUnknown 공개적으로 프로퍼티

public int TotalUnknown
리턴 int