Class NoContentTestController_Tests
Inheritance
object
NoContentTestController_Tests
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.Response
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class NoContentTestController_Tests : AspNetCoreMvcTestBase, IDisposable
Constructors
NoContentTestController_Tests()
Declaration
public NoContentTestController_Tests()
Methods
Should_Not_Set_No_Content_For_Custom_Http_Status_Code_Action()
Declaration
public Task Should_Not_Set_No_Content_For_Custom_Http_Status_Code_Action()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Not_Set_No_Content_For_Custom_Http_Status_Code_Async_Action()
Declaration
public Task Should_Not_Set_No_Content_For_Custom_Http_Status_Code_Async_Action()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Not_Set_No_Content_For_Custom_Result_Filter_Async_Action()
Declaration
public Task Should_Not_Set_No_Content_For_Custom_Result_Filter_Async_Action()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Not_Set_No_Content_For_Not_Task_Action()
Declaration
public Task Should_Not_Set_No_Content_For_Not_Task_Action()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Not_Set_No_Content_For_Not_Void_Action()
Declaration
public Task Should_Not_Set_No_Content_For_Not_Void_Action()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Set_No_Content_For_Task_Action()
Declaration
public Task Should_Set_No_Content_For_Task_Action()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Set_No_Content_For_Void_Action()
Declaration
public Task Should_Set_No_Content_For_Void_Action()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable