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 void
allowedUnreservedCharacterEncoding()
The list of allowed chars is build in a different way then the string in production code!void
exoticHighValueCharacterEncoding()
void
fragmentNothingToEncode()
void
fragmentWithCharsToEncodeInFragmentButNotInReserved()
void
fragmentWithSomeCharsToEncode()
void
generalNothingToEncode()
void
generalWithSomeCharsToEncode()
void
reservedNothingToEncode()
void
reservedWithSomeCharsToEncode()
-
-
-
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
-
-