C# Class NSubstitute.Core.CallCollection

Inheritance: ICallCollection, IReceivedCalls
Afficher le fichier Open project: nsubstitute/NSubstitute Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ICall call ) : void
AllCalls ( ) : IEnumerable
Clear ( ) : void
Delete ( ICall call ) : void

Method Details

Add() public méthode

public Add ( ICall call ) : void
call ICall
Résultat void

AllCalls() public méthode

public AllCalls ( ) : IEnumerable
Résultat IEnumerable

Clear() public méthode

public Clear ( ) : void
Résultat void

Delete() public méthode

public Delete ( ICall call ) : void
call ICall
Résultat void