C# Class NSubstitute.Routing.Handlers.TrackLastCallHandler

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

Méthodes publiques

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

Method Details

Handle() public méthode

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

TrackLastCallHandler() public méthode

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