Class UnitOfWork_Events_Tests
Inheritance
UnitOfWork_Events_Tests
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
Should_Trigger_Complete_On_Success_In_Child_Uow()
Declaration
public Task Should_Trigger_Complete_On_Success_In_Child_Uow()
Returns
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
Should_Trigger_Failed_If_Uow_Throws_Exception()
Declaration
public void Should_Trigger_Failed_If_Uow_Throws_Exception()
Implements
Extension Methods