Show / Hide Table of Contents

Class PageAdminAppService_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<CmsKitApplicationTestModule>
CmsKitTestBase<CmsKitApplicationTestModule>
CmsKitApplicationTestBase
PageAdminAppService_Tests
Implements
IDisposable
Inherited Members
CmsKitApplicationTestBase.UsingDbContext(Action<ICmsKitDbContext>)
CmsKitApplicationTestBase.UsingDbContext<T>(Func<ICmsKitDbContext, T>)
CmsKitTestBase<CmsKitApplicationTestModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
CmsKitTestBase<CmsKitApplicationTestModule>.WithUnitOfWorkAsync(Func<Task>)
CmsKitTestBase<CmsKitApplicationTestModule>.WithUnitOfWorkAsync(AbpUnitOfWorkOptions, Func<Task>)
CmsKitTestBase<CmsKitApplicationTestModule>.WithUnitOfWorkAsync<TResult>(Func<Task<TResult>>)
CmsKitTestBase<CmsKitApplicationTestModule>.WithUnitOfWorkAsync<TResult>(AbpUnitOfWorkOptions, Func<Task<TResult>>)
AbpIntegratedTest<CmsKitApplicationTestModule>.CreateServiceCollection()
AbpIntegratedTest<CmsKitApplicationTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<CmsKitApplicationTestModule>.AfterAddApplication(IServiceCollection)
AbpIntegratedTest<CmsKitApplicationTestModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<CmsKitApplicationTestModule>.Dispose()
AbpIntegratedTest<CmsKitApplicationTestModule>.Application
AbpIntegratedTest<CmsKitApplicationTestModule>.RootServiceProvider
AbpIntegratedTest<CmsKitApplicationTestModule>.TestServiceScope
AbpTestBaseWithServiceProvider.GetService<T>()
AbpTestBaseWithServiceProvider.GetRequiredService<T>()
AbpTestBaseWithServiceProvider.GetKeyedServices<T>(object)
AbpTestBaseWithServiceProvider.GetRequiredKeyedService<T>(object)
AbpTestBaseWithServiceProvider.ServiceProvider
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Pages
Assembly: Volo.CmsKit.Application.Tests.dll
Syntax
public class PageAdminAppService_Tests : CmsKitApplicationTestBase, IDisposable

Constructors

PageAdminAppService_Tests()

Declaration
public PageAdminAppService_Tests()

Methods

ShouldCreateAsync()

Declaration
public Task ShouldCreateAsync()
Returns
Type Description
Task

ShouldDeleteAsync()

Declaration
public Task ShouldDeleteAsync()
Returns
Type Description
Task

ShouldGetAsync()

Declaration
public Task ShouldGetAsync()
Returns
Type Description
Task

ShouldGetListAsync()

Declaration
public Task ShouldGetListAsync()
Returns
Type Description
Task

ShouldNotCreateExistUrlAsync()

Declaration
public Task ShouldNotCreateExistUrlAsync()
Returns
Type Description
Task

ShouldNotUpdateWithExistUrlAsync()

Declaration
public Task ShouldNotUpdateWithExistUrlAsync()
Returns
Type Description
Task

ShouldSetAsHomePageAsync()

Declaration
public Task ShouldSetAsHomePageAsync()
Returns
Type Description
Task

ShouldUpdatePageAsync()

Declaration
public Task ShouldUpdatePageAsync()
Returns
Type Description
Task

Implements

IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform