C# 클래스 BlogSharp.Core.Impl.Tests.Services.Post.PostServiceTests

파일 보기 프로젝트 열기: BlogSharp/Blogsharp

비공개 메소드들

메소드 설명
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