C# Class Hobsons.WebApiHelpers.UnitTests.EnricherHttpMessageHandlerTests

The enricher http message handler tests.
Show file Open project: HobsonsEMSTechnology/WebApiHelpers

Public Methods

Method Description
EnricherHttpMessageHandlerTests ( ) : System.Collections.Generic

Initialises a new instance of the EnricherHttpMessageHandlerTests class.

Private Methods

Method Description
ShouldEnrichNormalResponseMultipleTimesWhenMultipleEnrichersAreDefined ( ) : void
ShouldEnrichNormalResponseWhenOneEnricherIsDefined ( ) : void
ShouldNotEnrichNormalResponseWhenEnrichersCannotEnrichThisContentType ( ) : void
ShouldSendNormalResponseWhenNoEnricherIsDefined ( ) : void

Method Details

EnricherHttpMessageHandlerTests() public method

Initialises a new instance of the EnricherHttpMessageHandlerTests class.
public EnricherHttpMessageHandlerTests ( ) : System.Collections.Generic
return System.Collections.Generic