C# Class NSubstitute.Routing.Handlers.RecordCallSpecificationHandler

Inheritance: ICallHandler
Mostrar archivo Open project: nsubstitute/NSubstitute

Public Methods

Method Description
Handle ( ICall call ) : NSubstitute.Core.RouteAction
RecordCallSpecificationHandler ( IPendingSpecification pendingCallSpecification, ICallSpecificationFactory callSpecificationFactory, ICallActions callActions ) : NSubstitute.Core

Method Details

Handle() public method

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

RecordCallSpecificationHandler() public method

public RecordCallSpecificationHandler ( IPendingSpecification pendingCallSpecification, ICallSpecificationFactory callSpecificationFactory, ICallActions callActions ) : NSubstitute.Core
pendingCallSpecification IPendingSpecification
callSpecificationFactory ICallSpecificationFactory
callActions ICallActions
return NSubstitute.Core