Show / Hide Table of Contents

Class FormsEntityFrameworkCoreTestBase

Inheritance
object
FormsTestBase<FormsEntityFrameworkCoreTestModule>
FormsEntityFrameworkCoreTestBase
Inherited Members
FormsTestBase<FormsEntityFrameworkCoreTestModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
FormsTestBase<FormsEntityFrameworkCoreTestModule>.WithUnitOfWorkAsync(Func<Task>)
FormsTestBase<FormsEntityFrameworkCoreTestModule>.WithUnitOfWorkAsync(AbpUnitOfWorkOptions, Func<Task>)
FormsTestBase<FormsEntityFrameworkCoreTestModule>.WithUnitOfWorkAsync<TResult>(Func<Task<TResult>>)
FormsTestBase<FormsEntityFrameworkCoreTestModule>.WithUnitOfWorkAsync<TResult>(AbpUnitOfWorkOptions, Func<Task<TResult>>)
Namespace: Volo.Forms.EntityFrameworkCore
Assembly: Volo.Forms.EntityFrameworkCore.Tests.dll
Syntax
public abstract class FormsEntityFrameworkCoreTestBase : FormsTestBase<FormsEntityFrameworkCoreTestModule>

Constructors

FormsEntityFrameworkCoreTestBase()

Declaration
protected FormsEntityFrameworkCoreTestBase()
In this article
Back to top Powered by Volosoft