Class AbpIdentityAspNetCoreTestBase
Inheritance
AbpIdentityAspNetCoreTestBase
Assembly: Volo.Abp.Identity.AspNetCore.Tests.dll
Syntax
public abstract class AbpIdentityAspNetCoreTestBase : AbpAspNetCoreIntegratedTestBase<AbpIdentityAspNetCoreTestStartup>, IDisposable
Constructors
AbpIdentityAspNetCoreTestBase()
Declaration
protected AbpIdentityAspNetCoreTestBase()
Methods
GetResponseAsStringAsync(string, HttpStatusCode)
Declaration
protected virtual Task<string> GetResponseAsStringAsync(string url, HttpStatusCode expectedStatusCode = HttpStatusCode.OK)
Parameters
Returns
GetResponseAsync(string, HttpStatusCode)
Declaration
protected virtual Task<HttpResponseMessage> GetResponseAsync(string url, HttpStatusCode expectedStatusCode = HttpStatusCode.OK)
Parameters
Returns
Implements
Extension Methods