Package net.sf.jsptest

Examples of net.sf.jsptest.HtmlTestCase


    private HtmlTestCase testcase;

    protected void setUp() throws Exception {
        super.setUp();
        this.testcase = new HtmlTestCase() {
        };
    }
View Full Code Here

TOP

Related Classes of net.sf.jsptest.HtmlTestCase

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.