C# Class Apache.NMS.Test.URISupportTest

Datei anzeigen Open project: ThorTech/apache-nms

Protected Methods

Method Description
AssertMapKey ( StringDictionary map, String key, Object expected ) : void

Private Methods

Method Description
TestCheckParenthesis ( ) : void
TestComposite ( ) : void
TestCompositePath ( ) : void
TestCompositeWithComponentParam ( ) : void
TestCreateRemainingUriComposite ( ) : void
TestCreateRemainingUriNonComposite ( ) : void
TestCreateSupportedUriVariations ( [ uriString ) : void
TestCreateWithQuery ( ) : void
TestEmptyCompositePath ( ) : void
TestParseCompositeWithFragment ( ) : void
TestParseQueury ( ) : void
TestParsingCompositeURI ( ) : void
TestParsingURI ( ) : void
TestSimpleComposite ( ) : void

Method Details

AssertMapKey() protected method

protected AssertMapKey ( StringDictionary map, String key, Object expected ) : void
map System.Collections.Specialized.StringDictionary
key String
expected Object
return void