C# Class CitizenMatt.ReSharper.ExtensionManager.Tests.Implementation.FakePackageRepository

Inheritance: IPackageRepository
ファイルを表示 Open project: citizenmatt/ReSharperExtensionManager Class Usage Examples

Public Methods

Method Description
AddPackage ( IPackage package ) : void
FakePackageRepository ( string source ) : System.Collections.Generic
GetPackages ( ) : IQueryable
RemovePackage ( IPackage package ) : void

Method Details

AddPackage() public method

public AddPackage ( IPackage package ) : void
package IPackage
return void

FakePackageRepository() public method

public FakePackageRepository ( string source ) : System.Collections.Generic
source string
return System.Collections.Generic

GetPackages() public method

public GetPackages ( ) : IQueryable
return IQueryable

RemovePackage() public method

public RemovePackage ( IPackage package ) : void
package IPackage
return void