Class AbpEntityChangeOptions_DomainEvents_Tests<TStartupModule>
Inheritance
AbpEntityChangeOptions_DomainEvents_Tests<TStartupModule>
Assembly: Volo.Abp.TestApp.dll
Syntax
public abstract class AbpEntityChangeOptions_DomainEvents_Tests<TStartupModule> : TestAppTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
Name |
Description |
TStartupModule |
|
Constructors
AbpEntityChangeOptions_DomainEvents_Tests()
Declaration
protected AbpEntityChangeOptions_DomainEvents_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_Not_Trigger_Domain_Events_For_Aggregate_Root_When_Navigation_Changes_Tests()
Declaration
public Task Should_Not_Trigger_Domain_Events_For_Aggregate_Root_When_Navigation_Changes_Tests()
Returns
Should_Trigger_EntityUpdatedEvent_For_Aggregate_Root_When_Property_And_Navigation_Changes_Tests()
Declaration
public Task Should_Trigger_EntityUpdatedEvent_For_Aggregate_Root_When_Property_And_Navigation_Changes_Tests()
Returns
Implements
Extension Methods