Class TestUnitOfWorkConfig
Inheritance
TestUnitOfWorkConfig
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class TestUnitOfWorkConfig : ISingletonDependency
Constructors
TestUnitOfWorkConfig()
Declaration
public TestUnitOfWorkConfig()
Fields
ExceptionOnCompleteMessage
Declaration
public const string ExceptionOnCompleteMessage = "TestUnitOfWork configured for exception"
Field Value
Properties
ThrowExceptionOnComplete
Declaration
public bool ThrowExceptionOnComplete { get; set; }
Property Value
Implements
Extension Methods