C# Class UriTemplate_Specification.when_comparing_templates

Inheritance: uritemplate_context
Afficher le fichier Open project: openrasta/openrasta-core

Méthodes publiques

Méthode Description
GivenTwoTemplates ( string template1, string template2 ) : void

Private Methods

Méthode 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 méthode

public GivenTwoTemplates ( string template1, string template2 ) : void
template1 string
template2 string
Résultat void