C# Class BloomTests.UrlPathStringTests

Show file Open project: BloomBooks/BloomDesktop

Private Methods

Method Description
CreateFromHtmlXmlEncodedString_WithAmpersand_UnencodedAsExpected ( ) : void
CreateFromUnencodedString_LooksEncodedButSetStrictlyTreatAsEncodedTrue_RoundTrips ( ) : void
CreateFromUnencodedString_ObviousStringWasAlreadyEncoded_Adapts ( ) : void
Encoded_RoundTripTortureTest ( ) : void
EqualityOperator_AreEqual_True ( ) : void
EqualityOperator_AreNotEqual_False ( ) : void
EqualityOperator_OneIsNull_False ( ) : void
Equals_AreEqual_True ( ) : void
Equals_AreNotEqual_False ( ) : void
HtmlEncodedWithAmpersand_RoundTripable ( ) : void
PathOnly_AmbiguousInput_RoundTrips ( ) : void
PathOnly_HasNoQuery_ReturnsAll ( ) : void
PathOnly_HasQuery_StripsQuery ( ) : void
PathOnly_LooksEncodedButSetStrictlyTreatAsEncodedTrue_RoundTrips ( ) : void
UnEncoded_withPercent_toUrlEncoded_PercentRetained ( ) : void
UnencodedWithAmpersand_RoundTripable ( ) : void
UnencodedWithPlusAndSpace_RoundTripable ( ) : void
UnencodedWithPlus_RoundTripable ( ) : void
Unencoded_RoundTripTortureTest ( ) : void
Unencoded_toUnencoded_Correct ( ) : void
Unencoded_toUrlEncoded_Correct ( ) : void
UrlEncodedWithPlusToMeanPlus_UnEncoded_PlusRetained ( ) : void
UrlEncodedWithPlusToMeanSpace_toUrlEncoded_Retained ( ) : void
UrlEncoded_toUnencoded_Correct ( ) : void
UrlEncoded_withPercent_toNotEncoded_PercentRetained ( ) : void
UrlEncoded_withPercent_toUrlEncoded_PercentRetained ( ) : void
UrlEncoded_withSpace_toUrlEncoded_SpaceEntityRetained ( ) : void