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

Show file Open project: jsnmgpnty/Blogness2.0

Private Methods

Method Description
ShouldAddPost ( ) : void
ShouldErrorWhenGetPostByIdFoundNoRecord ( ) : void
ShouldFetchBackgroundPictureWhenGetPostsUserHasNoBackgroundPicture ( ) : void
ShouldFetchProfilePictureWhenGetPostsUserHasNoProfilePicture ( ) : void
ShouldGetMorePopularPosts ( ) : void
ShouldGetMorePostsByTag ( ) : void
ShouldGetMorePostsByUser ( ) : void
ShouldGetMoreRecentPosts ( ) : void
ShouldGetPopularPosts ( ) : void
ShouldGetPostById ( ) : void
ShouldGetPostByIdWithUserBackground ( ) : void
ShouldGetPostByIdWithUserPicture ( ) : void
ShouldGetPostsByCommunity ( ) : void
ShouldGetPostsByTag ( ) : void
ShouldGetPostsByUser ( ) : void
ShouldGetPostsForUser ( ) : void
ShouldGetRecentPosts ( ) : void
ShouldGetRelatedPosts ( ) : void
ShouldGetRelatedPostsEvenIfPostHasNullForTags ( ) : void
ShouldGetRelatedPostsEvenIfPostHasNullNoTags ( ) : void
ShouldGetRelatedPostsEvenIfPostHasUserRelatedPostsFound ( ) : void
ShouldReturnCleanCommunitiesOnPrepareCommunities ( ) : void
ShouldReturnCleanPostFromEntity ( ) : void
ShouldReturnEmptyListWhenGetMorePopularPostsFoundNoRecords ( ) : void
ShouldReturnEmptyListWhenGetMorePostsByTagFoundNoRecords ( ) : void
ShouldReturnEmptyListWhenGetMorePostsByUserFoundNoRecords ( ) : void
ShouldReturnEmptyListWhenGetMoreRecentPostsFoundNoRecords ( ) : void
ShouldReturnEmptyListWhenGetPopularPostsFoundNoRecords ( ) : void
ShouldReturnEmptyListWhenGetPostsByCommunityFoundNoRecords ( ) : void
ShouldReturnEmptyListWhenGetPostsByTagFoundNoRecords ( ) : void
ShouldReturnEmptyListWhenGetPostsByUserFoundNoRecords ( ) : void
ShouldReturnEmptyListWhenGetPostsForUserFoundNoRecords ( ) : void
ShouldReturnEmptyListWhenGetRecentPostsFoundNoRecords ( ) : void
ShouldReturnEmptyListWhenSearchPostsFoundNoRecords ( ) : void
ShouldReturnFalseWhenDeletePostContentFoundNoRecord ( ) : void
ShouldReturnTrueOnDeletePostContent ( ) : void
ShouldReturnTrueOnValidatePostContentsIfEmpty ( ) : void
ShouldSearchPosts ( ) : void
ShouldSetCommunitiesToListPostWhenNullOnPostCleanUp ( ) : void
ShouldSetPostContentsToNullWhenEmptyOnPostCleanUp ( ) : void
ShouldSetTagsToNullWhenEmptyOnPostCleanUp ( ) : void
ShouldThrowExceptionWhenAddPostFails ( ) : void
ShouldThrowExceptionWhenAddPostHasMoreThanOneVideo ( ) : void
ShouldThrowExceptionWhenDeletePostContentFails ( ) : void
ShouldThrowExceptionWhenGetMorePopularPostsFailsOnPostsLookup ( ) : void
ShouldThrowExceptionWhenGetMorePostsByTagFailsOnPostsLookup ( ) : void
ShouldThrowExceptionWhenGetMorePostsByUserFailsOnPostsLookup ( ) : void
ShouldThrowExceptionWhenGetMoreRecentPostsFailsOnPostsLookup ( ) : void
ShouldThrowExceptionWhenGetPopularPostsFailsOnPostsLookup ( ) : void
ShouldThrowExceptionWhenGetPostByIdFails ( ) : void
ShouldThrowExceptionWhenGetPostsByCommunityFails ( ) : void
ShouldThrowExceptionWhenGetPostsByTagFails ( ) : void
ShouldThrowExceptionWhenGetPostsByUserFails ( ) : void
ShouldThrowExceptionWhenGetPostsFailsOnMediaLookup ( ) : void
ShouldThrowExceptionWhenGetPostsFailsOnPostContentsLookup ( ) : void
ShouldThrowExceptionWhenGetPostsForUserFailsOnPostsLookup ( ) : void
ShouldThrowExceptionWhenGetRecentPostsFailsOnPostsLookup ( ) : void
ShouldThrowExceptionWhenGetRelatedPostsFails ( ) : void
ShouldThrowExceptionWhenSearchPostsFails ( ) : void
ShouldThrowExceptionWhenUpdatePostFails ( ) : void
ShouldThrowExceptionWhenUpdatePostHasMoreThanOneVideo ( ) : void
ShouldUpdatePost ( ) : void
TestInit ( ) : void