Class BlogPostManager_Tests
Inheritance
BlogPostManager_Tests
Assembly: Volo.CmsKit.Domain.Tests.dll
Syntax
public class BlogPostManager_Tests : CmsKitDomainTestBase, IDisposable
Constructors
BlogPostManager_Tests()
Declaration
public BlogPostManager_Tests()
Methods
CreateAsync_ShouldThrowException_WhenSlugAlreadyExists()
Declaration
public Task CreateAsync_ShouldThrowException_WhenSlugAlreadyExists()
Returns
CreateAsync_ShouldWorkProperly_WithExistingUserAndBlog()
Declaration
public Task CreateAsync_ShouldWorkProperly_WithExistingUserAndBlog()
Returns
SetSlugAsync_ShouldThrowException_WithExistingSlug()
Declaration
public Task SetSlugAsync_ShouldThrowException_WithExistingSlug()
Returns
SetSlugAsync_ShouldWorkProperly_WithNonExistingSlug()
Declaration
public Task SetSlugAsync_ShouldWorkProperly_WithNonExistingSlug()
Returns
Implements
Extension Methods