C# Class Machine.Specifications.ReSharperRunner.Runners.PerAssemblyRunListener

Inheritance: ISpecificationRunListener
Mostrar archivo Open project: JorritSalverda/msbuild-by-convention Class Usage Examples

Public Methods

Method Description
OnAssemblyEnd ( AssemblyInfo assembly ) : void
OnAssemblyStart ( AssemblyInfo assembly ) : void
OnContextEnd ( ContextInfo context ) : void
OnContextStart ( ContextInfo context ) : void
OnFatalError ( ExceptionResult exception ) : void
OnRunEnd ( ) : void
OnRunStart ( ) : void
OnSpecificationEnd ( SpecificationInfo specification, System.Result result ) : void
OnSpecificationStart ( SpecificationInfo specification ) : void
PerAssemblyRunListener ( IRemoteTaskServer server, RunAssemblyTask runAssemblyTask ) : System

Private Methods

Method Description
CreateTaskNotificationFor ( object infoFromRunner, object maybeContext ) : Action>
NotifyRedirectedOutput ( Action notify, object maybeHasCapturedOutput ) : void
RegisterTaskNotification ( Machine.Specifications.ReSharperRunner.Runners.Notifications.RemoteTaskNotification notification ) : void

Method Details

OnAssemblyEnd() public method

public OnAssemblyEnd ( AssemblyInfo assembly ) : void
assembly Machine.Specifications.Runner.AssemblyInfo
return void

OnAssemblyStart() public method

public OnAssemblyStart ( AssemblyInfo assembly ) : void
assembly Machine.Specifications.Runner.AssemblyInfo
return void

OnContextEnd() public method

public OnContextEnd ( ContextInfo context ) : void
context Machine.Specifications.Runner.ContextInfo
return void

OnContextStart() public method

public OnContextStart ( ContextInfo context ) : void
context Machine.Specifications.Runner.ContextInfo
return void

OnFatalError() public method

public OnFatalError ( ExceptionResult exception ) : void
exception ExceptionResult
return void

OnRunEnd() public method

public OnRunEnd ( ) : void
return void

OnRunStart() public method

public OnRunStart ( ) : void
return void

OnSpecificationEnd() public method

public OnSpecificationEnd ( SpecificationInfo specification, System.Result result ) : void
specification Machine.Specifications.Runner.SpecificationInfo
result System.Result
return void

OnSpecificationStart() public method

public OnSpecificationStart ( SpecificationInfo specification ) : void
specification Machine.Specifications.Runner.SpecificationInfo
return void

PerAssemblyRunListener() public method

public PerAssemblyRunListener ( IRemoteTaskServer server, RunAssemblyTask runAssemblyTask ) : System
server IRemoteTaskServer
runAssemblyTask RunAssemblyTask
return System