Class UnitOfWork_Events_Tests
Inheritance
object
UnitOfWork_Events_Tests
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.Uow
Assembly: Volo.Abp.Uow.Tests.dll
Syntax
public class UnitOfWork_Events_Tests : AbpIntegratedTest<AbpUnitOfWorkModule>, IDisposable
Constructors
UnitOfWork_Events_Tests()
Declaration
public UnitOfWork_Events_Tests()
Methods
Should_Not_Trigger_Complete_If_Uow_Is_Not_Completed()
Declaration
public void Should_Not_Trigger_Complete_If_Uow_Is_Not_Completed()
Should_Trigger_Complete_On_Success()
Declaration
public Task Should_Trigger_Complete_On_Success()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Trigger_Complete_On_Success_In_Child_Uow()
Declaration
public Task Should_Trigger_Complete_On_Success_In_Child_Uow()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Trigger_Failed_If_Rolled_Back(bool)
Declaration
public Task Should_Trigger_Failed_If_Rolled_Back(bool callComplete)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | callComplete |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Trigger_Failed_If_Uow_Throws_Exception()
Declaration
public void Should_Trigger_Failed_If_Uow_Throws_Exception()
Implements
System.IDisposable