Class BlogPostPublicAppService_Tests
Inheritance
BlogPostPublicAppService_Tests
Assembly: Volo.CmsKit.Application.Tests.dll
Syntax
public class BlogPostPublicAppService_Tests : CmsKitApplicationTestBase, IDisposable
Constructors
BlogPostPublicAppService_Tests()
Declaration
public BlogPostPublicAppService_Tests()
Methods
GetAsync_ShouldThrowException_WithNonExistingBlogPostSlug()
Declaration
public Task GetAsync_ShouldThrowException_WithNonExistingBlogPostSlug()
Returns
GetAsync_ShouldThrowException_WithNonExistingBlogSlug()
Declaration
public Task GetAsync_ShouldThrowException_WithNonExistingBlogSlug()
Returns
GetAsync_ShouldWorkProperly_WithExistingSlug()
Declaration
public Task GetAsync_ShouldWorkProperly_WithExistingSlug()
Returns
GetListAsync_ShouldFilterByUser()
Declaration
public Task GetListAsync_ShouldFilterByUser()
Returns
GetListAsync_ShouldNotGet_UnPublishedItems()
Declaration
public Task GetListAsync_ShouldNotGet_UnPublishedItems()
Returns
GetListAsync_ShouldWorkProperly_WithExistingBlog()
Declaration
public Task GetListAsync_ShouldWorkProperly_WithExistingBlog()
Returns
GetTagNameAsync_ShouldReturnCorrectName()
Declaration
public Task GetTagNameAsync_ShouldReturnCorrectName()
Returns
GetTagNameAsync_WithNonExistingIdShouldReturnCorrectName()
Declaration
public Task GetTagNameAsync_WithNonExistingIdShouldReturnCorrectName()
Returns
Implements
Extension Methods