Show / Hide Table of Contents

Class RegularTestControllerClientProxy_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpAspNetCoreIntegratedTestBase<Startup>
AbpAspNetCoreTestBase<Startup>
AbpHttpClientTestBase
RegularTestControllerClientProxy_Tests
Implements
System.IDisposable
Inherited Members
AbpAspNetCoreTestBase<Startup>.GetResponseAsObjectAsync<T>(string, HttpStatusCode)
AbpAspNetCoreTestBase<Startup>.GetResponseAsStringAsync(string, HttpStatusCode)
AbpAspNetCoreTestBase<Startup>.GetResponseAsync(string, HttpStatusCode, bool)
AbpAspNetCoreIntegratedTestBase<Startup>.CreateHostBuilder()
AbpAspNetCoreIntegratedTestBase<Startup>.ConfigureServices(HostBuilderContext, IServiceCollection)
AbpAspNetCoreIntegratedTestBase<Startup>.GetUrl<TController>()
AbpAspNetCoreIntegratedTestBase<Startup>.GetUrl<TController>(string)
AbpAspNetCoreIntegratedTestBase<Startup>.GetUrl<TController>(string, object)
AbpAspNetCoreIntegratedTestBase<Startup>.Dispose()
AbpAspNetCoreIntegratedTestBase<Startup>.Server
AbpAspNetCoreIntegratedTestBase<Startup>.Client
AbpTestBaseWithServiceProvider.GetService<T>()
AbpTestBaseWithServiceProvider.GetRequiredService<T>()
AbpTestBaseWithServiceProvider.ServiceProvider
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http.DynamicProxying
Assembly: Volo.Abp.Http.Client.Tests.dll
Syntax
public class RegularTestControllerClientProxy_Tests : AbpHttpClientTestBase, IDisposable

Constructors

RegularTestControllerClientProxy_Tests()

Declaration
public RegularTestControllerClientProxy_Tests()

Methods

AbortRequestAsync()

Declaration
public Task AbortRequestAsync()
Returns
Type Description
System.Threading.Tasks.Task

DeleteByIdAsync()

Declaration
public Task DeleteByIdAsync()
Returns
Type Description
System.Threading.Tasks.Task

GetException1Async()

Declaration
public Task GetException1Async()
Returns
Type Description
System.Threading.Tasks.Task

GetException2Async()

Declaration
public Task GetException2Async()
Returns
Type Description
System.Threading.Tasks.Task

GetObjectandCountAsync()

Declaration
public Task GetObjectandCountAsync()
Returns
Type Description
System.Threading.Tasks.Task

GetObjectandFirstReleaseDateAsync()

Declaration
public Task GetObjectandFirstReleaseDateAsync()
Returns
Type Description
System.Threading.Tasks.Task

GetObjectandIdAsync()

Declaration
public Task GetObjectandIdAsync()
Returns
Type Description
System.Threading.Tasks.Task

GetObjectAndIdWithQueryAsync()

Declaration
public Task GetObjectAndIdWithQueryAsync()
Returns
Type Description
System.Threading.Tasks.Task

GetObjectWithUrlAsync()

Declaration
public Task GetObjectWithUrlAsync()
Returns
Type Description
System.Threading.Tasks.Task

GetWithDateTimeParameterAsync()

Declaration
public Task GetWithDateTimeParameterAsync()
Returns
Type Description
System.Threading.Tasks.Task

GetWithDateTimeParameterAsync_With_Different_Culture()

Declaration
public Task GetWithDateTimeParameterAsync_With_Different_Culture()
Returns
Type Description
System.Threading.Tasks.Task

IncrementValueAsync()

Declaration
public Task IncrementValueAsync()
Returns
Type Description
System.Threading.Tasks.Task

PatchValueWithBodyAsync()

Declaration
public Task PatchValueWithBodyAsync()
Returns
Type Description
System.Threading.Tasks.Task

PatchValueWithHeaderAndQueryStringAsync()

Declaration
public Task PatchValueWithHeaderAndQueryStringAsync()
Returns
Type Description
System.Threading.Tasks.Task

PostObjectWithBodyAsync()

Declaration
public Task PostObjectWithBodyAsync()
Returns
Type Description
System.Threading.Tasks.Task

PostObjectWithQueryAsync()

Declaration
public Task PostObjectWithQueryAsync()
Returns
Type Description
System.Threading.Tasks.Task

PostObjectWithQueryAsync_With_Different_Culture()

Declaration
public Task PostObjectWithQueryAsync_With_Different_Culture()
Returns
Type Description
System.Threading.Tasks.Task

PostValueWithBodyAsync()

Declaration
public Task PostValueWithBodyAsync()
Returns
Type Description
System.Threading.Tasks.Task

PostValueWithHeaderAndQueryStringAsync()

Declaration
public Task PostValueWithHeaderAndQueryStringAsync()
Returns
Type Description
System.Threading.Tasks.Task

PutValueWithBodyAsync()

Declaration
public Task PutValueWithBodyAsync()
Returns
Type Description
System.Threading.Tasks.Task

PutValueWithHeaderAndQueryStringAsync()

Declaration
public Task PutValueWithHeaderAndQueryStringAsync()
Returns
Type Description
System.Threading.Tasks.Task

Implements

System.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>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft