Show / Hide Table of Contents

Class RegularTestControllerClientProxy_Tests

Inheritance
object
AbpWebApplicationFactoryIntegratedTest<Program>
AbpAspNetCoreTestBase<Program>
AbpHttpClientTestBase
RegularTestControllerClientProxy_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.Http.DynamicProxying
Assembly: Volo.Abp.Http.Client.Tests.dll
Syntax
public class RegularTestControllerClientProxy_Tests : AbpHttpClientTestBase

Constructors

RegularTestControllerClientProxy_Tests()

Declaration
public RegularTestControllerClientProxy_Tests()

Methods

AbortRequestAsync()

Declaration
public Task AbortRequestAsync()
Returns
Type Description
Task

DeleteByIdAsync()

Declaration
public Task DeleteByIdAsync()
Returns
Type Description
Task

GetException1Async()

Declaration
public Task GetException1Async()
Returns
Type Description
Task

GetException2Async()

Declaration
public Task GetException2Async()
Returns
Type Description
Task

GetObjectAndIdWithQueryAsync()

Declaration
public Task GetObjectAndIdWithQueryAsync()
Returns
Type Description
Task

GetObjectWithUrlAsync()

Declaration
public Task GetObjectWithUrlAsync()
Returns
Type Description
Task

GetObjectandCountAsync()

Declaration
public Task GetObjectandCountAsync()
Returns
Type Description
Task

GetObjectandFirstReleaseDateAsync()

Declaration
public Task GetObjectandFirstReleaseDateAsync()
Returns
Type Description
Task

GetObjectandIdAsync()

Declaration
public Task GetObjectandIdAsync()
Returns
Type Description
Task

GetWithDateTimeParameterAsync()

Declaration
public Task GetWithDateTimeParameterAsync()
Returns
Type Description
Task

GetWithDateTimeParameterAsync_With_Different_Culture()

Declaration
public Task GetWithDateTimeParameterAsync_With_Different_Culture()
Returns
Type Description
Task

IncrementValueAsync()

Declaration
public Task IncrementValueAsync()
Returns
Type Description
Task

PatchValueWithBodyAsync()

Declaration
public Task PatchValueWithBodyAsync()
Returns
Type Description
Task

PatchValueWithHeaderAndQueryStringAsync()

Declaration
public Task PatchValueWithHeaderAndQueryStringAsync()
Returns
Type Description
Task

PostObjectWithBodyAsync()

Declaration
public Task PostObjectWithBodyAsync()
Returns
Type Description
Task

PostObjectWithQueryAsync()

Declaration
public Task PostObjectWithQueryAsync()
Returns
Type Description
Task

PostObjectWithQueryAsync_With_Different_Culture()

Declaration
public Task PostObjectWithQueryAsync_With_Different_Culture()
Returns
Type Description
Task

PostValueWithBodyAsync()

Declaration
public Task PostValueWithBodyAsync()
Returns
Type Description
Task

PostValueWithHeaderAndQueryStringAsync()

Declaration
public Task PostValueWithHeaderAndQueryStringAsync()
Returns
Type Description
Task

PutValueWithBodyAsync()

Declaration
public Task PutValueWithBodyAsync()
Returns
Type Description
Task

PutValueWithHeaderAndQueryStringAsync()

Declaration
public Task PutValueWithHeaderAndQueryStringAsync()
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