C# Class Halcyon.Tests.HAL.ApiControllerExtensionsTests

显示文件 Open project: visualeyes/halcyon

Public Methods

Method Description
ApiControllerExtensionsTests ( ) : System

Private Methods

Method Description
AssertHalModelResult ( HttpStatusCode statusCode, string expectedLinkBase, bool forceHal, NegotiatedContentResult result ) : void
Hal_Model ( HttpStatusCode statusCode, bool forceHal, string linkBase ) : void
Links_Only_Response ( HttpStatusCode statusCode, string linkBase, string expectedLinkBase ) : void
Model_With_Link ( HttpStatusCode statusCode, string linkBase, string expectedLinkBase ) : void
Model_With_Link_And_Embedded_And_EmbeddedLink ( HttpStatusCode statusCode, string linkBase, string expectedLinkBase ) : void
Model_With_Link_And_Embedded_And_EmbeddedLinks ( HttpStatusCode statusCode, string linkBase, string expectedLinkBase ) : void
Model_With_Links ( HttpStatusCode statusCode, string linkBase, string expectedLinkBase ) : void
Model_With_Links_And_Embedded_And_EmbeddedLinks ( HttpStatusCode statusCode, string linkBase, string expectedLinkBase ) : void

Method Details

ApiControllerExtensionsTests() public method

public ApiControllerExtensionsTests ( ) : System
return System