Class ExceptionTestPage_Tests
Inheritance
ExceptionTestPage_Tests
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class ExceptionTestPage_Tests : AspNetCoreMvcTestBase
Constructors
ExceptionTestPage_Tests()
Declaration
public ExceptionTestPage_Tests()
Methods
ConfigureServices(IServiceCollection)
Declaration
protected override void ConfigureServices(IServiceCollection services)
Parameters
Overrides
Should_Handle_By_Cookie_AuthenticationScheme_For_AbpAuthorizationException_For_Void_Return_Value()
Declaration
public virtual Task Should_Handle_By_Cookie_AuthenticationScheme_For_AbpAuthorizationException_For_Void_Return_Value()
Returns
Should_Handle_By_JwtBearer_AuthenticationScheme_For_AbpAuthorizationException_For_Void_Return_Value()
Declaration
public virtual Task Should_Handle_By_JwtBearer_AuthenticationScheme_For_AbpAuthorizationException_For_Void_Return_Value()
Returns
Should_Handle_Exception_On_Uow_SaveChangeAsync()
Declaration
public Task Should_Handle_Exception_On_Uow_SaveChangeAsync()
Returns
Should_Not_Handle_Exceptions_For_ActionResult_Return_Values()
Declaration
public Task Should_Not_Handle_Exceptions_For_ActionResult_Return_Values()
Returns
Should_Not_Handle_Exceptions_For_Task_Return_Values()
Declaration
public Task Should_Not_Handle_Exceptions_For_Task_Return_Values()
Returns
Should_Not_Handle_Exceptions_For_Void_Return_Values()
Declaration
public Task Should_Not_Handle_Exceptions_For_Void_Return_Values()
Returns
Should_Return_RemoteServiceErrorResponse_For_UserFriendlyException_For_Object_Return_Value()
Declaration
public Task Should_Return_RemoteServiceErrorResponse_For_UserFriendlyException_For_Object_Return_Value()
Returns
Should_Return_RemoteServiceErrorResponse_For_UserFriendlyException_For_Task_Object_Return_Value()
Declaration
public Task Should_Return_RemoteServiceErrorResponse_For_UserFriendlyException_For_Task_Object_Return_Value()
Returns
Extension Methods