Class AbpEfCoreDomainEvents_Disable_UpdateAggregateRoot_Tests
Inheritance
AbpEfCoreDomainEvents_Disable_UpdateAggregateRoot_Tests
Assembly: Volo.Abp.EntityFrameworkCore.Tests.dll
Syntax
public abstract class AbpEfCoreDomainEvents_Disable_UpdateAggregateRoot_Tests : EntityFrameworkCoreTestBase, IDisposable
Constructors
AbpEfCoreDomainEvents_Disable_UpdateAggregateRoot_Tests()
Declaration
protected AbpEfCoreDomainEvents_Disable_UpdateAggregateRoot_Tests()
Fields
AppEntityWithNavigationForeignRepository
Declaration
protected readonly IRepository<AppEntityWithNavigationsForeign, Guid> AppEntityWithNavigationForeignRepository
Field Value
AppEntityWithNavigationsRepository
Declaration
protected readonly IRepository<AppEntityWithNavigations, Guid> AppEntityWithNavigationsRepository
Field Value
LocalEventBus
Declaration
protected readonly ILocalEventBus LocalEventBus
Field Value
Methods
AfterAddApplication(IServiceCollection)
Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
Overrides
Should_Trigger_Domain_Events_But_Do_Not_Change_Aggregate_Root_When_Navigation_Changes_Tests()
Declaration
public Task Should_Trigger_Domain_Events_But_Do_Not_Change_Aggregate_Root_When_Navigation_Changes_Tests()
Returns
Implements
Extension Methods