Package org.encuestame.utils.captcha.http

Examples of org.encuestame.utils.captcha.http.SimpleHttpLoader


public class SimpleHttpLoaderTest extends TestCase {

    SimpleHttpLoader l;

    protected void setUp() throws Exception {
        l = new SimpleHttpLoader();
    }
View Full Code Here

TOP

Related Classes of org.encuestame.utils.captcha.http.SimpleHttpLoader

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.