Package org.mockserver.url

Examples of org.mockserver.url.URLEncoder


*/
public class URLEncoderTest {

    @Test
    public void shouldEncodeCharacters() {
        assertEquals("%7B%7D%5B%5D%5E%C2%A3%5C%7C", new URLEncoder().encodeURL("{}[]^£\\|"));
    }
View Full Code Here

TOP

Related Classes of org.mockserver.url.URLEncoder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.