C# Class BlogSharp.Core.Impl.Tests.Services.Post.PostServiceTests

Show file Open project: BlogSharp/Blogsharp

Private Methods

Method Description
AddComment_calls_underlying_repository ( ) : void
AddPost_calls_underlying_repository_to_save ( ) : void
Can_get_post_by_friendlyTitle ( ) : void
Can_get_post_by_id ( ) : void
Can_get_posts_by_blog ( ) : void
Can_get_posts_by_blog_paged ( ) : void
Can_get_posts_by_tag ( ) : void
Events_raised_for_comment_and_post_actions ( ) : void
RemoveComment_calls_underlyting_repository_to_delete ( ) : void
RemovePost_calls_underlyting_repository_to_delete ( ) : void
Repository_is_not_called_if_event_is_cancelled ( ) : void
SetUp ( ) : void