Show / Hide Table of Contents

Class HelloController_Tests

Inheritance
object
AbpWebApplicationFactoryIntegratedTest<Program>
AbpAspNetCoreTestBase<Program>
AspNetCoreMvcVersioningTestBase
HelloController_Tests
Inherited Members
AbpAspNetCoreTestBase<Program>.GetResponseAsObjectAsync<T>(string, HttpStatusCode)
AbpAspNetCoreTestBase<Program>.GetResponseAsStringAsync(string, HttpStatusCode)
AbpAspNetCoreTestBase<Program>.GetResponseAsync(string, HttpStatusCode, bool)
AbpWebApplicationFactoryIntegratedTest<Program>.CreateHost(IHostBuilder)
AbpWebApplicationFactoryIntegratedTest<Program>.GetService<T>()
AbpWebApplicationFactoryIntegratedTest<Program>.GetRequiredService<T>()
AbpWebApplicationFactoryIntegratedTest<Program>.GetKeyedServices<T>(object)
AbpWebApplicationFactoryIntegratedTest<Program>.GetRequiredKeyedService<T>(object)
AbpWebApplicationFactoryIntegratedTest<Program>.ConfigureServices(IServiceCollection)
AbpWebApplicationFactoryIntegratedTest<Program>.GetUrl<TController>()
AbpWebApplicationFactoryIntegratedTest<Program>.GetUrl<TController>(string)
AbpWebApplicationFactoryIntegratedTest<Program>.GetUrl<TController>(string, object)
AbpWebApplicationFactoryIntegratedTest<Program>.Client
AbpWebApplicationFactoryIntegratedTest<Program>.ServiceProvider
Namespace: Volo.Abp.AspNetCore.Mvc.Versioning.Test
Assembly: Volo.Abp.AspNetCore.Mvc.Versioning.Tests.dll
Syntax
public class HelloController_Tests : AspNetCoreMvcVersioningTestBase

Constructors

HelloController_Tests()

Declaration
public HelloController_Tests()

Methods

GetAsync()

Declaration
public Task GetAsync()
Returns
Type Description
Task

PostAsyncV1()

Declaration
public Task PostAsyncV1()
Returns
Type Description
Task

PostAsyncV2()

Declaration
public Task PostAsyncV2()
Returns
Type Description
Task

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