C# Class ApiRouterTests.DiscoveryTests

Exibir arquivo Open project: darrelmiller/ApiRouter

Public Methods

Method Description
DiscoveryTests ( ) : System

Private Methods

Method Description
ChildControllerInArea ( ) : void
ChildControllerInSubArea ( ) : void
ChildControllerInSubAreaWithoutParam ( ) : void
WhenRequestingChildOfRootThenChildOfRootShouldRespond ( ) : void
WhenRequestingChildWithParameterTheValueShouldBePassed ( ) : void
WhenRequestingOtherChildOfRootThenOtherChildOfRootShouldRespond ( ) : void
WhenRequestingRootThenRootShouldRespond ( ) : void

Method Details

DiscoveryTests() public method

public DiscoveryTests ( ) : System
return System