C# Class pclunit_runner.PrintResults

ファイルを表示 Open project: jbtule/PclUnit

Public Methods

Method Description
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

Private Methods

Method Description
PostTestResultToAppveyor ( PlatformResult>.IDictionary dict ) : void
PostToAppVeyor ( string json ) : void

Method Details

PrintCount() public static method

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

PrintEnd() public static method

public static PrintEnd ( PlatformResults results ) : void
results PlatformResults
return void

PrintResult() public static method

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

PrintStart() public static method

public static PrintStart ( ) : void
return void

PrintTotaledCount() public static method

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

TeamCityEncode() public static method

public static TeamCityEncode ( this value ) : string
value this
return string