Class AbpEfCoreDomainEvents_Tests
Inheritance
AbpEfCoreDomainEvents_Tests
Assembly: Volo.Abp.EntityFrameworkCore.Tests.dll
Syntax
public class AbpEfCoreDomainEvents_Tests : EntityFrameworkCoreTestBase, IDisposable
Constructors
AbpEfCoreDomainEvents_Tests()
Declaration
public AbpEfCoreDomainEvents_Tests()
Fields
AppEntityWithNavigationsRepository
Declaration
protected readonly IRepository<AppEntityWithNavigations, Guid> AppEntityWithNavigationsRepository
Field Value
LocalEventBus
Declaration
protected readonly ILocalEventBus LocalEventBus
Field Value
PersonRepository
Declaration
protected readonly IRepository<Person, Guid> PersonRepository
Field Value
_loadEntityWithoutDetails
Declaration
protected bool _loadEntityWithoutDetails
Field Value
Methods
AfterAddApplication(IServiceCollection)
Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
Overrides
Should_Trigger_Domain_Events_For_Aggregate_Root_When_EnsureCollectionLoaded_Navigation_Changes_Tests()
Declaration
public Task Should_Trigger_Domain_Events_For_Aggregate_Root_When_EnsureCollectionLoaded_Navigation_Changes_Tests()
Returns
Should_Trigger_Domain_Events_For_Aggregate_Root_When_Navigation_Changes_Tests()
Declaration
public Task Should_Trigger_Domain_Events_For_Aggregate_Root_When_Navigation_Changes_Tests()
Returns
Implements
Extension Methods