C# Class UnitTests.UrlBuilderTests

Datei anzeigen Open project: vinntreus/HttpGhost

Private Methods

Method Description
GetBuilder ( string url, object querystring ) : UrlBuilder
NoQuerystring_ReturnsUrl ( string url ) : void
UrlIsEmpty_ThrowsArgumentNullException ( string url ) : void
WithQuerystring_AppendPropertyWithValueAfterQuestionMark ( ) : void
WithQuerystring_AppendQuestionMarkToUrl ( ) : void
WithTwoQuerystringProperties_AppendFirstPropertyWithAmpersand ( ) : void