C# Class CatalogOfFreeContent.Tests.CatalogTests

Show file Open project: vladislav-karamfilov/TelerikAcademy

Public Methods

Method Description
UpdateNonExistingItemTest ( ) : void

Private Methods

Method Description
AddDuplicateItemTest ( ) : void
AddSingleAndDuplicateItemsTest ( ) : void
AddSingleItemTest ( ) : void
DuplicateMatchedItemsTest ( ) : void
EmptyCatalogTest ( ) : void
GetTextRepresentationsOfMatchedItems ( IEnumerable matchedItems ) : string[]
LessThanRequiredMatchedItemsTest ( ) : void
MatchedItemsSortTest ( ) : void
MoreThanRequiredMatchedItemsTest ( ) : void
NoMatchedItemsTest ( ) : void
OneMatchedItemTest ( ) : void
UpdateSingleItemTest ( ) : void
UpdateUpdatedElementTest ( ) : void

Method Details

UpdateNonExistingItemTest() public method

public UpdateNonExistingItemTest ( ) : void
return void