C# Class Blog.Logic.Core.Tests.CommunityLogicTest

Show file Open project: jsnmgpnty/Blogness2.0

Private Methods

Method Description
ShouldAddCommunity ( ) : void
ShouldDeleteCommunity ( ) : void
ShouldErrorWhenCommunityNameExistsOnAdd ( ) : void
ShouldErrorWhenCommunityNameExistsOnUpdate ( ) : void
ShouldGetCommunityId ( ) : void
ShouldGetCommunityList ( ) : void
ShouldGetCreatedCommunityList ( ) : void
ShouldGetJoinedCommunityList ( ) : void
ShouldGetMoreCommunityList ( ) : void
ShouldGetMoreCreatedCommunityList ( ) : void
ShouldGetMoreJoinedCommunityList ( ) : void
ShouldReturnErrorWhenGetCommunityIdFoundNoRecords ( ) : void
ShouldReturnFalseWhenNoRecordFoundOnDelete ( ) : void
ShouldThrowExceptionWhenAddingCommunityFails ( ) : void
ShouldThrowExceptionWhenCheckingCommunityNameFails ( ) : void
ShouldThrowExceptionWhenDeletingCommunityFails ( ) : void
ShouldThrowExceptionWhenDeletingCommunityFailsOnGettingRecord ( ) : void
ShouldThrowExceptionWhenGetCommunityByIdFails ( ) : void
ShouldThrowExceptionWhenGetCommunityListFails ( ) : void
ShouldThrowExceptionWhenGetCreatedCommunityListFails ( ) : void
ShouldThrowExceptionWhenGetJoinedCommunityListFails ( ) : void
ShouldThrowExceptionWhenGetMoreCommunityListFails ( ) : void
ShouldThrowExceptionWhenGetMoreCreatedCommunityListFails ( ) : void
ShouldThrowExceptionWhenGetMoreJoinedCommunityListFails ( ) : void
ShouldThrowExceptionWhenUpdatingCommunityFails ( ) : void
ShouldUpdateCommunity ( ) : void
TestInit ( ) : void