C# Class ServiceStack.ServiceHost.Tests.RestPathTests

Exibir arquivo Open project: ServiceStack/ServiceStack

Public Methods

Method Description
AssertPrecedence ( string requestedDefinition ) : void

Private Methods

Method Description
AssertMatch ( string definitionPath, string requestPath, string firstMatchHashKey, BbcMusicRequest expectedRequest ) : void
AssertMatch ( string definitionPath, string requestPath, string firstMatchHashKey, RackSpaceRequest expectedRequest ) : void
AssertMatch ( string definitionPath, string requestPath, string firstMatchHashKey, SlugRequest expectedRequest, int expectedScore ) : void
AssertNoMatch ( string definitionPath, string requestPath ) : void
Can_deserialize_ComplexTypeWithFields_path ( ) : void
Can_deserialize_ComplexType_path ( ) : void
Can_deserialize_SimpleType_in_middle_of_path ( ) : void
Can_deserialize_SimpleType_path ( ) : void
Can_match_lowercase_http_method ( ) : void
Can_support_BBC_REST_Apis ( ) : void
Can_support_Rackspace_REST_Apis ( ) : void
Can_support_internal_wildcard ( ) : void
Cannot_have_variable_after_wildcard ( ) : void
Routes_have_expected_precedence ( ) : void
ShowAllow ( ) : void
TestFixtureSetUp ( ) : void
TestFixtureTearDown ( ) : void

Method Details

AssertPrecedence() public method

public AssertPrecedence ( string requestedDefinition ) : void
requestedDefinition string
return void