C# 클래스 pclunit_runner.PrintResults

파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
PrintCount ( IEnumerable results, string header ) : void
PrintEnd ( PlatformResults results ) : void
PrintResult ( PlatformResult>.IDictionary dict ) : void
PrintStart ( ) : void
PrintTotaledCount ( PlatformResults fullResults, IEnumerable results, string header ) : void
TeamCityEncode ( this value ) : string

비공개 메소드들

메소드 설명
PostTestResultToAppveyor ( PlatformResult>.IDictionary dict ) : void
PostToAppVeyor ( string json ) : void

메소드 상세

PrintCount() 공개 정적인 메소드

public static PrintCount ( IEnumerable results, string header ) : void
results IEnumerable
header string
리턴 void

PrintEnd() 공개 정적인 메소드

public static PrintEnd ( PlatformResults results ) : void
results PlatformResults
리턴 void

PrintResult() 공개 정적인 메소드

public static PrintResult ( PlatformResult>.IDictionary dict ) : void
dict PlatformResult>.IDictionary
리턴 void

PrintStart() 공개 정적인 메소드

public static PrintStart ( ) : void
리턴 void

PrintTotaledCount() 공개 정적인 메소드

public static PrintTotaledCount ( PlatformResults fullResults, IEnumerable results, string header ) : void
fullResults PlatformResults
results IEnumerable
header string
리턴 void

TeamCityEncode() 공개 정적인 메소드

public static TeamCityEncode ( this value ) : string
value this
리턴 string