Class PageManager_Test
Inheritance
PageManager_Test
Assembly: Volo.CmsKit.Domain.Tests.dll
Syntax
public class PageManager_Test : CmsKitDomainTestBase, IDisposable
Constructors
PageManager_Test()
Declaration
public PageManager_Test()
Methods
CreateAsync_ShouldThrowException_WithExistingSlug()
Declaration
public Task CreateAsync_ShouldThrowException_WithExistingSlug()
Returns
CreateAsync_ShouldWorkProperly_WithNonExistingSlug()
Declaration
public Task CreateAsync_ShouldWorkProperly_WithNonExistingSlug()
Returns
SetHomePageAsync_ShouldThrowException_WhenMultipleHomePageExist()
Declaration
public Task SetHomePageAsync_ShouldThrowException_WhenMultipleHomePageExist()
Returns
SetHomePageAsync_ShouldWorkProperly_IfExistHomePage()
Declaration
public Task SetHomePageAsync_ShouldWorkProperly_IfExistHomePage()
Returns
SetSlugAsync_ShouldThrowException_WithExistingSlug()
Declaration
public Task SetSlugAsync_ShouldThrowException_WithExistingSlug()
Returns
SetSlugAsync_ShouldWorkProperly_WithNonExistingSlug()
Declaration
public Task SetSlugAsync_ShouldWorkProperly_WithNonExistingSlug()
Returns
Implements
Extension Methods