Class BlogPostAdminAppService_Tests
Inheritance
BlogPostAdminAppService_Tests
Assembly: Volo.CmsKit.Application.Tests.dll
Syntax
public class BlogPostAdminAppService_Tests : CmsKitApplicationTestBase, IDisposable
Constructors
BlogPostAdminAppService_Tests()
Declaration
public BlogPostAdminAppService_Tests()
Methods
CreateAndPublishAsync_ShouldWorkProperly()
Declaration
public Task CreateAndPublishAsync_ShouldWorkProperly()
Returns
CreateAsync_ShouldThrowException_WithNonExistingBlogId()
Declaration
public Task CreateAsync_ShouldThrowException_WithNonExistingBlogId()
Returns
CreateAsync_ShouldWorkProperly_WithCorrectData()
Declaration
public Task CreateAsync_ShouldWorkProperly_WithCorrectData()
Returns
DeleteAsync_ShouldWorkProperly_WithExistingId()
Declaration
public Task DeleteAsync_ShouldWorkProperly_WithExistingId()
Returns
DraftAsync_ShouldWorkProperly()
Declaration
public Task DraftAsync_ShouldWorkProperly()
Returns
GetAsync_ShouldThrowException_WithNonExistingId()
Declaration
public Task GetAsync_ShouldThrowException_WithNonExistingId()
Returns
GetAsync_ShouldWorkProperly_WithExistingId()
Declaration
public Task GetAsync_ShouldWorkProperly_WithExistingId()
Returns
GetListAsync_ShouldWorkProperly_WithDefaultParameters()
Declaration
public Task GetListAsync_ShouldWorkProperly_WithDefaultParameters()
Returns
PublishAsync_ShouldWorkProperly()
Declaration
public Task PublishAsync_ShouldWorkProperly()
Returns
UpdateAsync_ShouldThrowException_WhileUpdatingWithAlreadyExistingSlug()
Declaration
public Task UpdateAsync_ShouldThrowException_WhileUpdatingWithAlreadyExistingSlug()
Returns
UpdateAsync_ShouldWorkProperly_WithRegularDatas()
Declaration
public Task UpdateAsync_ShouldWorkProperly_WithRegularDatas()
Returns
Implements
Extension Methods