Show / Hide Table of Contents

Class PageRepository_Test

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<CmsKitMongoDbTestModule>
CmsKitTestBase<CmsKitMongoDbTestModule>
PageRepository_Test<CmsKitMongoDbTestModule>
PageRepository_Test
Implements
IDisposable
Inherited Members
PageRepository_Test<CmsKitMongoDbTestModule>.CountAsync()
PageRepository_Test<CmsKitMongoDbTestModule>.GetListAsync()
PageRepository_Test<CmsKitMongoDbTestModule>.ShouldGetByUrlAsync()
PageRepository_Test<CmsKitMongoDbTestModule>.ShouldFindByUrlAsync()
PageRepository_Test<CmsKitMongoDbTestModule>.ShouldNotFindByUrlAsync()
PageRepository_Test<CmsKitMongoDbTestModule>.ShouldBeExistAsync()
PageRepository_Test<CmsKitMongoDbTestModule>.ShouldNotBeExistAsync()
PageRepository_Test<CmsKitMongoDbTestModule>.ShouldntFindByIsHomePageAsync()
PageRepository_Test<CmsKitMongoDbTestModule>.ShouldFindTitleAsync()
PageRepository_Test<CmsKitMongoDbTestModule>.ShouldReturnNullFindTitleAsync()
CmsKitTestBase<CmsKitMongoDbTestModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
CmsKitTestBase<CmsKitMongoDbTestModule>.WithUnitOfWorkAsync(Func<Task>)
CmsKitTestBase<CmsKitMongoDbTestModule>.WithUnitOfWorkAsync(AbpUnitOfWorkOptions, Func<Task>)
CmsKitTestBase<CmsKitMongoDbTestModule>.WithUnitOfWorkAsync<TResult>(Func<Task<TResult>>)
CmsKitTestBase<CmsKitMongoDbTestModule>.WithUnitOfWorkAsync<TResult>(AbpUnitOfWorkOptions, Func<Task<TResult>>)
AbpIntegratedTest<CmsKitMongoDbTestModule>.CreateServiceCollection()
AbpIntegratedTest<CmsKitMongoDbTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<CmsKitMongoDbTestModule>.AfterAddApplication(IServiceCollection)
AbpIntegratedTest<CmsKitMongoDbTestModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<CmsKitMongoDbTestModule>.Dispose()
AbpIntegratedTest<CmsKitMongoDbTestModule>.Application
AbpIntegratedTest<CmsKitMongoDbTestModule>.RootServiceProvider
AbpIntegratedTest<CmsKitMongoDbTestModule>.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.MongoDB.Pages
Assembly: Volo.CmsKit.MongoDB.Tests.dll
Syntax
public class PageRepository_Test : PageRepository_Test<CmsKitMongoDbTestModule>, IDisposable

Constructors

PageRepository_Test()

Declaration
public PageRepository_Test()

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