Show / Hide Table of Contents

Class BlogPostRepository_Test

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<CmsKitEntityFrameworkCoreTestModule>
CmsKitTestBase<CmsKitEntityFrameworkCoreTestModule>
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>
BlogPostRepository_Test
Implements
IDisposable
Inherited Members
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.SlugExistsAsync_ShouldReturnTrue_WithExistingSlug()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.SlugExistsAsync_ShouldReturnFalse_WithNonExistingSlug()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.SlugExistsAsync_ShouldReturnFalse_WithNonExistingBlogId()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.GetBySlugAsync_ShouldWorkProperly_WithCorrectParameters()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.GetBySlugAsync_ShouldHaveAuthor_WithCorrectParameters()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.GetBySlugAsync_ShouldThrowException_WithNonExistingBlogPostSlug()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.GetBySlugAsync_ShouldThrowException_WithNonExistingBlogId()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.GetPagedListAsync_ShouldWorkProperly_WithBlogId_WhileGetting10_WithoutSorting()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.GetPagedListAsync_ShouldHaveAuthor_WithBlogId_WhileGetting10_WithoutSorting()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.GetPagedListAsync_ShouldWorkProperly_WithBlogId_WhileGetting1_WithoutSorting()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.GetPagedListAsync_ShouldWorkProperly_WithBlogId_WhileGetting1InPage2_WithoutSorting()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.GetPagedListAsync_ShouldWorkProperly_WithBlogId_WhileGetting10_WithSortingByTitle()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.GetAuthorsHasBlogPosts_ShouldWorkProperly()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.ShouldCreateItem_WithDraftStatus()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.ShouldCreateItem_WithPublishedStatus()
BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>.GetListAsync_ShouldFilter_ByStatus()
CmsKitTestBase<CmsKitEntityFrameworkCoreTestModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
CmsKitTestBase<CmsKitEntityFrameworkCoreTestModule>.WithUnitOfWorkAsync(Func<Task>)
CmsKitTestBase<CmsKitEntityFrameworkCoreTestModule>.WithUnitOfWorkAsync(AbpUnitOfWorkOptions, Func<Task>)
CmsKitTestBase<CmsKitEntityFrameworkCoreTestModule>.WithUnitOfWorkAsync<TResult>(Func<Task<TResult>>)
CmsKitTestBase<CmsKitEntityFrameworkCoreTestModule>.WithUnitOfWorkAsync<TResult>(AbpUnitOfWorkOptions, Func<Task<TResult>>)
AbpIntegratedTest<CmsKitEntityFrameworkCoreTestModule>.CreateServiceCollection()
AbpIntegratedTest<CmsKitEntityFrameworkCoreTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<CmsKitEntityFrameworkCoreTestModule>.AfterAddApplication(IServiceCollection)
AbpIntegratedTest<CmsKitEntityFrameworkCoreTestModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<CmsKitEntityFrameworkCoreTestModule>.Dispose()
AbpIntegratedTest<CmsKitEntityFrameworkCoreTestModule>.Application
AbpIntegratedTest<CmsKitEntityFrameworkCoreTestModule>.RootServiceProvider
AbpIntegratedTest<CmsKitEntityFrameworkCoreTestModule>.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.EntityFrameworkCore.Blogs
Assembly: Volo.CmsKit.EntityFrameworkCore.Tests.dll
Syntax
public class BlogPostRepository_Test : BlogPostRepository_Test<CmsKitEntityFrameworkCoreTestModule>, 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