Method | Description | |
---|---|---|
OnAssemblyEnd ( |
||
OnAssemblyStart ( |
||
OnContextEnd ( |
||
OnContextStart ( |
||
OnFatalError ( ExceptionResult exception ) : void | ||
OnRunEnd ( ) : void | ||
OnRunStart ( ) : void | ||
OnSpecificationEnd ( |
||
OnSpecificationStart ( |
||
PerAssemblyRunListener ( IRemoteTaskServer server, RunAssemblyTask runAssemblyTask ) : System |
Method | Description | |
---|---|---|
CreateTaskNotificationFor ( object infoFromRunner, object maybeContext ) : Action |
||
NotifyRedirectedOutput ( Action |
||
RegisterTaskNotification ( Machine.Specifications.ReSharperRunner.Runners.Notifications.RemoteTaskNotification notification ) : void |
public OnAssemblyEnd ( |
||
assembly | ||
return | void |
public OnAssemblyStart ( |
||
assembly | ||
return | void |
public OnContextEnd ( |
||
context | ||
return | void |
public OnContextStart ( |
||
context | ||
return | void |
public OnFatalError ( ExceptionResult exception ) : void | ||
exception | ExceptionResult | |
return | void |
public OnSpecificationEnd ( |
||
specification | ||
result | System.Result | |
return | void |
public OnSpecificationStart ( |
||
specification | ||
return | void |
public PerAssemblyRunListener ( IRemoteTaskServer server, RunAssemblyTask runAssemblyTask ) : System | ||
server | IRemoteTaskServer | |
runAssemblyTask | RunAssemblyTask | |
return | System |