Show / Hide Table of Contents

Class FormRepository_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<FormsEntityFrameworkCoreTestModule>
FormsTestBase<FormsEntityFrameworkCoreTestModule>
FormRepository_Tests<FormsEntityFrameworkCoreTestModule>
FormRepository_Tests
Implements
IDisposable
Inherited Members
FormRepository_Tests<FormsEntityFrameworkCoreTestModule>.Should_Get_TestForm()
FormRepository_Tests<FormsEntityFrameworkCoreTestModule>.TestForm_Should_Have_Items_With_Different_Types()
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>>)
AbpIntegratedTest<FormsEntityFrameworkCoreTestModule>.CreateServiceCollection()
AbpIntegratedTest<FormsEntityFrameworkCoreTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<FormsEntityFrameworkCoreTestModule>.AfterAddApplication(IServiceCollection)
AbpIntegratedTest<FormsEntityFrameworkCoreTestModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<FormsEntityFrameworkCoreTestModule>.Dispose()
AbpIntegratedTest<FormsEntityFrameworkCoreTestModule>.Application
AbpIntegratedTest<FormsEntityFrameworkCoreTestModule>.RootServiceProvider
AbpIntegratedTest<FormsEntityFrameworkCoreTestModule>.TestServiceScope
AbpTestBaseWithServiceProvider.GetService<T>()
AbpTestBaseWithServiceProvider.GetRequiredService<T>()
AbpTestBaseWithServiceProvider.GetKeyedServices<T>(object)
AbpTestBaseWithServiceProvider.GetRequiredKeyedService<T>(object)
AbpTestBaseWithServiceProvider.ServiceProvider
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Forms.Forms
Assembly: Volo.Forms.EntityFrameworkCore.Tests.dll
Syntax
public class FormRepository_Tests : FormRepository_Tests<FormsEntityFrameworkCoreTestModule>, IDisposable

Constructors

FormRepository_Tests()

Declaration
public FormRepository_Tests()

Implements

IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform