C# Class NSubstitute.Routing.Handlers.ClearUnusedCallSpecHandler

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

Méthodes publiques

Méthode Description
ClearUnusedCallSpecHandler ( IPendingSpecification pendingSpecification ) : NSubstitute.Core
Handle ( ICall call ) : NSubstitute.Core.RouteAction

Method Details

ClearUnusedCallSpecHandler() public méthode

public ClearUnusedCallSpecHandler ( IPendingSpecification pendingSpecification ) : NSubstitute.Core
pendingSpecification IPendingSpecification
Résultat NSubstitute.Core

Handle() public méthode

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