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

Inheritance: ITestingReportEvents
Mostrar archivo Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
Handle ( BrowserHostCommunicationTimeoutServerEvent message ) : void
Handle ( DialogAssertionServerEvent message ) : void
Handle ( FatalSilverlightExceptionServerEvent message ) : void
Handle ( TestCaseResultServerEvent message ) : void
Handle ( TraceClientEvent message ) : void
Handle ( UnhandledExceptionClientEvent message ) : void
PublishStart ( ) : void
PublishStop ( ) : void
TeamCityTestResultHandler ( ICommandWriter messageWriter, string assemblyName ) : System

Private Methods

Method Description
WrapTestWithStartAndEnd ( System.Action action, string name, long durationMilliseconds ) : void
WrapTestWithStartAndEnd ( Command command, string name, long durationMilliseconds ) : void
WriteServerEventFailure ( string name, string writeMessage ) : void

Method Details

Handle() public method

public Handle ( BrowserHostCommunicationTimeoutServerEvent message ) : void
message StatLight.Core.Events.BrowserHostCommunicationTimeoutServerEvent
return void

Handle() public method

public Handle ( DialogAssertionServerEvent message ) : void
message StatLight.Core.Events.DialogAssertionServerEvent
return void

Handle() public method

public Handle ( FatalSilverlightExceptionServerEvent message ) : void
message StatLight.Core.Events.FatalSilverlightExceptionServerEvent
return void

Handle() public method

Handle() public method

public Handle ( TraceClientEvent message ) : void
message TraceClientEvent
return void

Handle() public method

public Handle ( UnhandledExceptionClientEvent message ) : void
message UnhandledExceptionClientEvent
return void

PublishStart() public method

public PublishStart ( ) : void
return void

PublishStop() public method

public PublishStop ( ) : void
return void

TeamCityTestResultHandler() public method

public TeamCityTestResultHandler ( ICommandWriter messageWriter, string assemblyName ) : System
messageWriter ICommandWriter
assemblyName string
return System