C# Class Hobsons.WebApiHelpers.UnitTests.CustomHeaderHttpMessageHandlerTests

The custom header http message handler tests.
ファイルを表示 Open project: HobsonsEMSTechnology/WebApiHelpers

Public Methods

Method Description
CustomHeaderHttpMessageHandlerTests ( ) : System

Initialises a new instance of the CustomHeaderHttpMessageHandlerTests class.

Private Methods

Method Description
DoesNotModifyHeaderValueIfCustomHeaderExistsInResponse ( ) : void
ModifyHeaderValueIfCustomHeaderDoesNotExistInResponse ( ) : void
ThrowsExceptionWhenCustomHeaderNameIsInvalid ( string customHeaderName, Type exceptionType ) : void

Method Details

CustomHeaderHttpMessageHandlerTests() public method

Initialises a new instance of the CustomHeaderHttpMessageHandlerTests class.
public CustomHeaderHttpMessageHandlerTests ( ) : System
return System