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

Mostrar archivo Open project: staxmanade/StatLight Class Usage Examples

Public Methods

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

public static TestFailed ( string assemblyName, string message, string details ) : Command
assemblyName string
message string
details string
return Command

TestFailed() public static method

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
return Command

TestFinished() public static method

public static TestFinished ( string assemblyName, long duration ) : Command
assemblyName string
duration long
return Command

TestIgnored() public static method

public static TestIgnored ( string assemblyName, string reason ) : Command
assemblyName string
reason string
return Command

TestStarted() public static method

public static TestStarted ( string assemblyName ) : Command
assemblyName string
return Command

TestStdErr() public static method

public static TestStdErr ( string assemblyName, string @out ) : Command
assemblyName string
@out string
return Command

TestStdOut() public static method

public static TestStdOut ( string assemblyName, string @out ) : Command
assemblyName string
@out string
return Command

TestSuiteFinished() public static method

public static TestSuiteFinished ( string assemblyName ) : Command
assemblyName string
return Command

TestSuiteStarted() public static method

public static TestSuiteStarted ( string assemblyName ) : Command
assemblyName string
return Command