Package com.damnhandy.uri.template
Class UriUtilTest
- java.lang.Object
-
- com.damnhandy.uri.template.UriUtilTest
-
public class UriUtilTest extends Object
-
-
Constructor Summary
Constructors Constructor Description UriUtilTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidallowedUnreservedCharacterEncoding()The list of allowed chars is build in a different way then the string in production code!voidexoticHighValueCharacterEncoding()voidfragmentNothingToEncode()voidfragmentWithCharsToEncodeInFragmentButNotInReserved()voidfragmentWithSomeCharsToEncode()voidgeneralNothingToEncode()voidgeneralWithSomeCharsToEncode()voidreservedNothingToEncode()voidreservedWithSomeCharsToEncode()
-
-
-
Method Detail
-
fragmentWithCharsToEncodeInFragmentButNotInReserved
public void fragmentWithCharsToEncodeInFragmentButNotInReserved() throws Exception- Throws:
Exception
-
fragmentWithSomeCharsToEncode
public void fragmentWithSomeCharsToEncode() throws Exception- Throws:
Exception
-
reservedWithSomeCharsToEncode
public void reservedWithSomeCharsToEncode() throws Exception- Throws:
Exception
-
generalWithSomeCharsToEncode
public void generalWithSomeCharsToEncode() throws Exception- Throws:
Exception
-
exoticHighValueCharacterEncoding
public void exoticHighValueCharacterEncoding() throws Exception- Throws:
Exception
-
-