Show / Hide Table of Contents

Class ItemRepository_Tests<TStartupModule>

Inheritance
object
FormsTestBase<TStartupModule>
ItemRepository_Tests<TStartupModule>
ItemRepository_Tests
ItemRepository_Tests
Inherited Members
FormsTestBase<TStartupModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
FormsTestBase<TStartupModule>.WithUnitOfWorkAsync(Func<Task>)
FormsTestBase<TStartupModule>.WithUnitOfWorkAsync(AbpUnitOfWorkOptions, Func<Task>)
FormsTestBase<TStartupModule>.WithUnitOfWorkAsync<TResult>(Func<Task<TResult>>)
FormsTestBase<TStartupModule>.WithUnitOfWorkAsync<TResult>(AbpUnitOfWorkOptions, Func<Task<TResult>>)
Namespace: Volo.Forms.Forms
Assembly: Volo.Forms.TestBase.dll
Syntax
public abstract class ItemRepository_Tests<TStartupModule> : FormsTestBase<TStartupModule> where TStartupModule : IAbpModule
Type Parameters
Name Description
TStartupModule

Constructors

ItemRepository_Tests()

Declaration
public ItemRepository_Tests()

Methods

Should_Create_Checkbox_And_Get_Type()

Declaration
public Task Should_Create_Checkbox_And_Get_Type()
Returns
Type Description
Task

Should_Create_Multichoice_And_Get_Type()

Declaration
public Task Should_Create_Multichoice_And_Get_Type()
Returns
Type Description
Task

Should_Create_ShortText_And_Get_Type()

Declaration
public Task Should_Create_ShortText_And_Get_Type()
Returns
Type Description
Task

Should_Delete_Multiple_Choices()

Declaration
public Task Should_Delete_Multiple_Choices()
Returns
Type Description
Task

Should_Get_Items_By_FormId()

Declaration
public Task Should_Get_Items_By_FormId()
Returns
Type Description
Task

Should_Get_Test_Form_Responses()

Declaration
public Task Should_Get_Test_Form_Responses()
Returns
Type Description
Task

Should_Get_Test_Items()

Declaration
public Task Should_Get_Test_Items()
Returns
Type Description
Task

Should_Update_ChoiceMultiple_With_Required_And_HasOtherOption()

Declaration
public Task Should_Update_ChoiceMultiple_With_Required_And_HasOtherOption()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft