C# Class UriTemplate_Specification.when_comparing_templates

Inheritance: uritemplate_context
Mostrar archivo Open project: openrasta/openrasta-core

Public Methods

Method Description
GivenTwoTemplates ( string template1, string template2 ) : void

Private Methods

Method Description
AWildcardMappingDoesntMatchANonWildcard ( ) : void
a_template_isnt_equivalent_to_a_null_reference ( ) : void
different_number_of_segments_make_two_templates_not_equivalent ( ) : void
templates_with_different_query_strings_are_not_equivalent ( ) : void
the_literal_path_segments_must_match ( ) : void
the_preceding_slash_character_is_ignored ( ) : void
the_trailing_slash_character_is_ignored ( ) : void
the_trailing_slash_character_is_ignored_after_a_wildcard ( ) : void

Method Details

GivenTwoTemplates() public method

public GivenTwoTemplates ( string template1, string template2 ) : void
template1 string
template2 string
return void