C# Class NSubstitute.Core.CallCollection

Inheritance: ICallCollection, IReceivedCalls
Show file Open project: nsubstitute/NSubstitute Class Usage Examples

Public Methods

Method Description
Add ( ICall call ) : void
AllCalls ( ) : IEnumerable
Clear ( ) : void
Delete ( ICall call ) : void

Method Details

Add() public method

public Add ( ICall call ) : void
call ICall
return void

AllCalls() public method

public AllCalls ( ) : IEnumerable
return IEnumerable

Clear() public method

public Clear ( ) : void
return void

Delete() public method

public Delete ( ICall call ) : void
call ICall
return void