C# Class pclunit_runner.PrintResults

Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode 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

Méthode Description
PostTestResultToAppveyor ( PlatformResult>.IDictionary dict ) : void
PostToAppVeyor ( string json ) : void

Method Details

PrintCount() public static méthode

public static PrintCount ( IEnumerable results, string header ) : void
results IEnumerable
header string
Résultat void

PrintEnd() public static méthode

public static PrintEnd ( PlatformResults results ) : void
results PlatformResults
Résultat void

PrintResult() public static méthode

public static PrintResult ( PlatformResult>.IDictionary dict ) : void
dict PlatformResult>.IDictionary
Résultat void

PrintStart() public static méthode

public static PrintStart ( ) : void
Résultat void

PrintTotaledCount() public static méthode

public static PrintTotaledCount ( PlatformResults fullResults, IEnumerable results, string header ) : void
fullResults PlatformResults
results IEnumerable
header string
Résultat void

TeamCityEncode() public static méthode

public static TeamCityEncode ( this value ) : string
value this
Résultat string