Show / Hide Table of Contents

Class BlogPostRepository_Test

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<CmsKitMongoDbTestModule>
CmsKitTestBase<CmsKitMongoDbTestModule>
BlogPostRepository_Test<CmsKitMongoDbTestModule>
BlogPostRepository_Test
Implements
IDisposable
Inherited Members
BlogPostRepository_Test<CmsKitMongoDbTestModule>.SlugExistsAsync_ShouldReturnTrue_WithExistingSlug()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.SlugExistsAsync_ShouldReturnFalse_WithNonExistingSlug()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.SlugExistsAsync_ShouldReturnFalse_WithNonExistingBlogId()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.GetBySlugAsync_ShouldWorkProperly_WithCorrectParameters()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.GetBySlugAsync_ShouldHaveAuthor_WithCorrectParameters()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.GetBySlugAsync_ShouldThrowException_WithNonExistingBlogPostSlug()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.GetBySlugAsync_ShouldThrowException_WithNonExistingBlogId()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.GetPagedListAsync_ShouldWorkProperly_WithBlogId_WhileGetting10_WithoutSorting()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.GetPagedListAsync_ShouldHaveAuthor_WithBlogId_WhileGetting10_WithoutSorting()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.GetPagedListAsync_ShouldWorkProperly_WithBlogId_WhileGetting1_WithoutSorting()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.GetPagedListAsync_ShouldWorkProperly_WithBlogId_WhileGetting1InPage2_WithoutSorting()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.GetPagedListAsync_ShouldWorkProperly_WithBlogId_WhileGetting10_WithSortingByTitle()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.GetAuthorsHasBlogPosts_ShouldWorkProperly()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.ShouldCreateItem_WithDraftStatus()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.ShouldCreateItem_WithPublishedStatus()
BlogPostRepository_Test<CmsKitMongoDbTestModule>.GetListAsync_ShouldFilter_ByStatus()
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.Blogs
Assembly: Volo.CmsKit.MongoDB.Tests.dll
Syntax
public class BlogPostRepository_Test : BlogPostRepository_Test<CmsKitMongoDbTestModule>, IDisposable

Constructors

BlogPostRepository_Test()

Declaration
public BlogPostRepository_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