Package org.jboss.jsfunit.jsfsession

Examples of org.jboss.jsfunit.jsfsession.JSFClientSession.click()


      client.setValue("conference:title", "Devoxx");
      client.setValue("conference:startDate", "2010-11-15");
      client.setValue("conference:endDate", "2010-11-19");
      client.setValue("conference:location", "Metropolis, Antwerp, Belgium");
      client.setValue("conference:topic", "Java");
      client.click("conference:submit");
     
      assertEquals("/submission.xhtml", server.getCurrentViewID());

      @SuppressWarnings("unchecked")
      List<Conference> conferences = (List<Conference>) server.getManagedBeanValue("#{conferences}");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.