Show / Hide Table of Contents

Class PollRepository_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<CmsKitProMongoDbTestModule>
CmsKitProTestBase<CmsKitProMongoDbTestModule>
PollRepository_Tests<CmsKitProMongoDbTestModule>
PollRepository_Tests
Implements
IDisposable
Inherited Members
PollRepository_Tests<CmsKitProMongoDbTestModule>.GetListAsync()
PollRepository_Tests<CmsKitProMongoDbTestModule>.GetCountAsync()
PollRepository_Tests<CmsKitProMongoDbTestModule>.GetPollWithPollUserVotesAsync()
PollRepository_Tests<CmsKitProMongoDbTestModule>.WithDetailsAsync()
PollRepository_Tests<CmsKitProMongoDbTestModule>.GetListByWidgetAsync()
PollRepository_Tests<CmsKitProMongoDbTestModule>.GetIdByWidgetAsync()
PollRepository_Tests<CmsKitProMongoDbTestModule>.GetIdByNameAsync()
PollRepository_Tests<CmsKitProMongoDbTestModule>.GetPollWithPollUserVotesById_UserId_Async()
CmsKitProTestBase<CmsKitProMongoDbTestModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
CmsKitProTestBase<CmsKitProMongoDbTestModule>.WithUnitOfWorkAsync(Func<Task>)
CmsKitProTestBase<CmsKitProMongoDbTestModule>.WithUnitOfWorkAsync(AbpUnitOfWorkOptions, Func<Task>)
CmsKitProTestBase<CmsKitProMongoDbTestModule>.WithUnitOfWorkAsync<TResult>(Func<Task<TResult>>)
CmsKitProTestBase<CmsKitProMongoDbTestModule>.WithUnitOfWorkAsync<TResult>(AbpUnitOfWorkOptions, Func<Task<TResult>>)
AbpIntegratedTest<CmsKitProMongoDbTestModule>.CreateServiceCollection()
AbpIntegratedTest<CmsKitProMongoDbTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<CmsKitProMongoDbTestModule>.AfterAddApplication(IServiceCollection)
AbpIntegratedTest<CmsKitProMongoDbTestModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<CmsKitProMongoDbTestModule>.Dispose()
AbpIntegratedTest<CmsKitProMongoDbTestModule>.Application
AbpIntegratedTest<CmsKitProMongoDbTestModule>.RootServiceProvider
AbpIntegratedTest<CmsKitProMongoDbTestModule>.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.Pro.MongoDB.Polls
Assembly: Volo.CmsKit.Pro.MongoDB.Tests.dll
Syntax
public class PollRepository_Tests : PollRepository_Tests<CmsKitProMongoDbTestModule>, IDisposable

Constructors

PollRepository_Tests()

Declaration
public PollRepository_Tests()

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