C# Class NSubstitute.Routing.Handlers.RaiseEventHandler

Inheritance: ICallHandler
Afficher le fichier Open project: nsubstitute/NSubstitute

Méthodes publiques

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

Private Methods

Méthode Description
PreserveStackTrace ( Exception exception ) : void

Method Details

Handle() public méthode

public Handle ( ICall call ) : NSubstitute.Core.RouteAction
call ICall
Résultat NSubstitute.Core.RouteAction

RaiseEventHandler() public méthode

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