C# Class StatLight.Core.Reporting.Providers.TeamCity.CommandFactory

Afficher le fichier Open project: staxmanade/StatLight Class Usage Examples

Méthodes publiques

Méthode Description
TestFailed ( string assemblyName, string message, string details ) : Command
TestFailed ( string assemblyName, string message, string details, string type, string expected, string actual ) : Command
TestFinished ( string assemblyName, long duration ) : Command
TestIgnored ( string assemblyName, string reason ) : Command
TestStarted ( string assemblyName ) : Command
TestStdErr ( string assemblyName, string @out ) : Command
TestStdOut ( string assemblyName, string @out ) : Command
TestSuiteFinished ( string assemblyName ) : Command
TestSuiteStarted ( string assemblyName ) : Command

Method Details

TestFailed() public static méthode

public static TestFailed ( string assemblyName, string message, string details ) : Command
assemblyName string
message string
details string
Résultat Command

TestFailed() public static méthode

public static TestFailed ( string assemblyName, string message, string details, string type, string expected, string actual ) : Command
assemblyName string
message string
details string
type string
expected string
actual string
Résultat Command

TestFinished() public static méthode

public static TestFinished ( string assemblyName, long duration ) : Command
assemblyName string
duration long
Résultat Command

TestIgnored() public static méthode

public static TestIgnored ( string assemblyName, string reason ) : Command
assemblyName string
reason string
Résultat Command

TestStarted() public static méthode

public static TestStarted ( string assemblyName ) : Command
assemblyName string
Résultat Command

TestStdErr() public static méthode

public static TestStdErr ( string assemblyName, string @out ) : Command
assemblyName string
@out string
Résultat Command

TestStdOut() public static méthode

public static TestStdOut ( string assemblyName, string @out ) : Command
assemblyName string
@out string
Résultat Command

TestSuiteFinished() public static méthode

public static TestSuiteFinished ( string assemblyName ) : Command
assemblyName string
Résultat Command

TestSuiteStarted() public static méthode

public static TestSuiteStarted ( string assemblyName ) : Command
assemblyName string
Résultat Command