Class UriUtilTest


  • public class UriUtilTest
    extends Object
    • Constructor Detail

      • UriUtilTest

        public UriUtilTest()
    • Method Detail

      • generalNothingToEncode

        public void generalNothingToEncode()
                                    throws Exception
        Throws:
        Exception
      • fragmentNothingToEncode

        public void fragmentNothingToEncode()
                                     throws Exception
        Throws:
        Exception
      • reservedNothingToEncode

        public void reservedNothingToEncode()
                                     throws Exception
        Throws:
        Exception
      • 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
      • allowedUnreservedCharacterEncoding

        public void allowedUnreservedCharacterEncoding()
                                                throws Exception
        The list of allowed chars is build in a different way then the string in production code!
        Throws:
        Exception