C# Class NSubstitute.Routing.Handlers.RaiseEventHandler

Inheritance: ICallHandler
Mostra file Open project: nsubstitute/NSubstitute

Public Methods

Method Description
Handle ( ICall call ) : NSubstitute.Core.RouteAction
RaiseEventHandler ( IEventHandlerRegistry eventHandlerRegistry, object[]>.Func getEventArguments ) : System

Private Methods

Method Description
PreserveStackTrace ( Exception exception ) : void

Method Details

Handle() public method

public Handle ( ICall call ) : NSubstitute.Core.RouteAction
call ICall
return NSubstitute.Core.RouteAction

RaiseEventHandler() public method

public RaiseEventHandler ( IEventHandlerRegistry eventHandlerRegistry, object[]>.Func getEventArguments ) : System
eventHandlerRegistry IEventHandlerRegistry
getEventArguments object[]>.Func
return System