Show / Hide Table of Contents

Class EntityFrameworkCoreTestBase

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<AbpEntityFrameworkCoreTestModule>
EntityFrameworkCoreTestBase
AbpConnectionStringChecker_Tests
DbContext_Replace_Tests
EfCoreAsyncQueryableProvider_Tests
Implements
System.IDisposable
Inherited Members
AbpIntegratedTest<AbpEntityFrameworkCoreTestModule>.CreateServiceCollection()
AbpIntegratedTest<AbpEntityFrameworkCoreTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<AbpEntityFrameworkCoreTestModule>.AfterAddApplication(IServiceCollection)
AbpIntegratedTest<AbpEntityFrameworkCoreTestModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<AbpEntityFrameworkCoreTestModule>.Dispose()
AbpIntegratedTest<AbpEntityFrameworkCoreTestModule>.Application
AbpIntegratedTest<AbpEntityFrameworkCoreTestModule>.RootServiceProvider
AbpIntegratedTest<AbpEntityFrameworkCoreTestModule>.TestServiceScope
AbpTestBaseWithServiceProvider.GetService<T>()
AbpTestBaseWithServiceProvider.GetRequiredService<T>()
AbpTestBaseWithServiceProvider.ServiceProvider
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EntityFrameworkCore
Assembly: Volo.Abp.EntityFrameworkCore.Tests.dll
Syntax
public abstract class EntityFrameworkCoreTestBase : AbpIntegratedTest<AbpEntityFrameworkCoreTestModule>, IDisposable

Constructors

EntityFrameworkCoreTestBase()

Declaration
protected EntityFrameworkCoreTestBase()

Methods

SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)

Declaration
protected override void SetAbpApplicationCreationOptions(AbpApplicationCreationOptions options)
Parameters
Type Name Description
AbpApplicationCreationOptions options
Overrides
Volo.Abp.Testing.AbpIntegratedTest<Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreTestModule>.SetAbpApplicationCreationOptions(Volo.Abp.AbpApplicationCreationOptions)

Implements

System.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>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft