Show / Hide Table of Contents

Class PageFeedbackManager_Tests

Inheritance
object
CmsKitProTestBase<CmsKitProDomainTestModule>
CmsKitProDomainTestBase
PageFeedbackManager_Tests
Inherited Members
CmsKitProDomainTestBase.UsingDbContext(Action<ICmsKitDbContext>)
CmsKitProDomainTestBase.UsingDbContext<T>(Func<ICmsKitDbContext, T>)
CmsKitProTestBase<CmsKitProDomainTestModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
CmsKitProTestBase<CmsKitProDomainTestModule>.WithUnitOfWorkAsync(Func<Task>)
CmsKitProTestBase<CmsKitProDomainTestModule>.WithUnitOfWorkAsync(AbpUnitOfWorkOptions, Func<Task>)
CmsKitProTestBase<CmsKitProDomainTestModule>.WithUnitOfWorkAsync<TResult>(Func<Task<TResult>>)
CmsKitProTestBase<CmsKitProDomainTestModule>.WithUnitOfWorkAsync<TResult>(AbpUnitOfWorkOptions, Func<Task<TResult>>)
Namespace: Volo.CmsKit.Pro.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Domain.Tests.dll
Syntax
public class PageFeedbackManager_Tests : CmsKitProDomainTestBase

Constructors

PageFeedbackManager_Tests()

Declaration
public PageFeedbackManager_Tests()

Methods

CreateAsync()

Declaration
public Task CreateAsync()
Returns
Type Description
Task

CreateAsync_ShouldThrowCantHavePageFeedbackException_WithNotConfigureEntityType()

Declaration
public Task CreateAsync_ShouldThrowCantHavePageFeedbackException_WithNotConfigureEntityType()
Returns
Type Description
Task

CreateSettingAsync()

Declaration
public Task CreateSettingAsync()
Returns
Type Description
Task

CreateSettingAsync_ShouldThrowCantHavePageFeedbackException_WithNotConfigureEntityType()

Declaration
public Task CreateSettingAsync_ShouldThrowCantHavePageFeedbackException_WithNotConfigureEntityType()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft