Package org.apache.wicket.threadtest.tester

Examples of org.apache.wicket.threadtest.tester.SimpleGetCommand


  public static void main(String[] args) throws Exception {

    List<String> gets = Arrays
        .asList(new String[] { "/app2?wicket:bookmarkablePage=one:org.apache.wicket.threadtest.apps.app2.Home" });

    SimpleGetCommand getCmd = new SimpleGetCommand(gets, 5);

    // getCmd.setPrintResponse(true);

    // AS OF OCTOBER 9 2006, THIS TYPICALLY RESULTS IN A DEADLOCK
    // FIXED now... keep this test
View Full Code Here

TOP

Related Classes of org.apache.wicket.threadtest.tester.SimpleGetCommand

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.