C# Class UnitTests.Subtext.Framework.Data.KeyWordCollectionTester

Inheritance: IPagedCollectionTester
Exibir arquivo Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
Create ( int index ) : void
GetCount ( IPagedCollection collection ) : int
GetPagedItems ( int pageIndex, int pageSize ) : IPagedCollection
KeyWordCollectionTester ( ) : System

Method Details

Create() public method

public Create ( int index ) : void
index int
return void

GetCount() public method

public GetCount ( IPagedCollection collection ) : int
collection IPagedCollection
return int

GetPagedItems() public method

public GetPagedItems ( int pageIndex, int pageSize ) : IPagedCollection
pageIndex int
pageSize int
return IPagedCollection

KeyWordCollectionTester() public method

public KeyWordCollectionTester ( ) : System
return System