Class DomainEvents_Tests<TStartupModule>
Inheritance
object
AbpIntegratedTest<TStartupModule>
TestAppTestBase<TStartupModule>
DomainEvents_Tests<TStartupModule>
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TestApp.Testing
Assembly: Volo.Abp.TestApp.dll
Syntax
public abstract class DomainEvents_Tests<TStartupModule> : TestAppTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
| Name | Description |
|---|---|
| TStartupModule |
Constructors
DomainEvents_Tests()
Declaration
protected DomainEvents_Tests()
Fields
DistributedEventBus
Declaration
protected readonly IDistributedEventBus DistributedEventBus
Field Value
| Type | Description |
|---|---|
| IDistributedEventBus |
LocalEventBus
Declaration
protected readonly ILocalEventBus LocalEventBus
Field Value
| Type | Description |
|---|---|
| ILocalEventBus |
PersonRepository
Declaration
protected readonly IRepository<Person, Guid> PersonRepository
Field Value
| Type | Description |
|---|---|
| IRepository<Person, System.Guid> |
Methods
Should_Publish_Events_In_Order()
Declaration
public virtual Task Should_Publish_Events_In_Order()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Rollback_Uow_If_Event_Handler_Throws_Exception()
Declaration
public virtual Task Should_Rollback_Uow_If_Event_Handler_Throws_Exception()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Trigger_Domain_Events_For_Aggregate_Root()
Declaration
public Task Should_Trigger_Domain_Events_For_Aggregate_Root()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable