C# Class System.Web.Http.WebHost.HttpControllerHandlerTest

显示文件 Open project: ASP-NET-MVC/aspnetwebstack Class Usage Examples

Private Methods

Method Description
ConvertRequest_Copies_Headers_And_Content_Headers ( ) : void
ConvertRequest_Creates_HttpRequestMessage_For_All_HttpMethods ( HttpMethod httpMethod ) : void
ConvertRequest_Creates_Request_With_Content_For_Content_Methods ( HttpMethod httpMethod ) : void
ConvertRequest_Uses_HostBufferPolicySelector_To_Select_Buffered_Stream ( ) : void
ConvertResponse_Creates_Correct_HttpResponseBase ( ) : void
ConvertResponse_DisposesRequestAndResponse ( ) : System.Threading.Tasks.Task
ConvertResponse_DisposesRequestAndResponseWithContent ( ) : System.Threading.Tasks.Task
ConvertResponse_IfResponseHasCacheControlDefined_DoesNotSetCacheCacheabilityOnAspNetResponse ( ) : void
ConvertResponse_IfResponseHasNoCacheControlDefined_SetsNoCacheCacheabilityOnAspNetResponse ( ) : void
ConvertResponse_Returns_Error_Response_When_Formatter_Write_Task_Faults ( ) : void
ConvertResponse_Returns_Error_Response_When_Formatter_Write_Throws_Immediately ( ) : void
ConvertResponse_Returns_InternalServerError_And_No_Content_For_Null_HttpResponseMessage ( ) : void
ConvertResponse_Returns_InternalServerError_And_No_Content_When_Content_Negotiation_Cannot_Find_Formatter_For_Error_Response ( ) : void
ConvertResponse_Returns_InternalServerError_And_No_Content_When_Formatter_Write_Task_Faults_During_Error_Response ( ) : void
ConvertResponse_Returns_InternalServerError_And_No_Content_When_Formatter_Write_Throws_Immediately_During_Error_Response ( ) : void
ConvertResponse_Returns_InternalServerError_And_No_Content_When_No_Content_Negotiator_For_Error_Response ( ) : void
ConvertResponse_Returns_User_Response_When_Formatter_Write_Throws_HttpResponseException_With_Content ( ) : void
ConvertResponse_Returns_User_Response_When_Formatter_Write_Throws_HttpResponseException_With_No_Content ( ) : void
CreateMockHttpContextBaseForRequest ( string httpMethod, Stream bufferedStream ) : Mock
CreateMockHttpContextBaseForResponse ( Stream outputStream ) : Mock
CreateMockHttpResponseBaseForResponse ( Stream outputStream ) : Mock
SuppressFormsAuthenticationRedirect_DoesntRequireSuppressRedirect ( ) : void
SuppressFormsAuthenticationRedirect_RequireSuppressRedirect ( ) : void
WriteStreamedErrorResponseAsync_Aborts_When_Formatter_Write_Faults ( ) : void
WriteStreamedErrorResponseAsync_Aborts_When_Formatter_Write_Throws_Immediately ( ) : void