Uses of Class
org.jboss.jsfunit.framework.WebClientSpec

Packages that use WebClientSpec
org.jboss.jsfunit.framework Framework that ties together JSFUnit, JSF, Cactus, and HTMLUnit. 
org.jboss.jsfunit.jsfsession Provides a JSFClientSession and JSFServerSession for JUnit tests. 
 

Uses of WebClientSpec in org.jboss.jsfunit.framework
 

Methods in org.jboss.jsfunit.framework with parameters of type WebClientSpec
 com.gargoylesoftware.htmlunit.Page SimpleInitialRequestStrategy.doInitialRequest(WebClientSpec wcSpec)
          Do the initial request.
 com.gargoylesoftware.htmlunit.Page InitialRequestStrategy.doInitialRequest(WebClientSpec wcSpec)
          Do the initial request.
 com.gargoylesoftware.htmlunit.Page FormAuthenticationStrategy.doInitialRequest(WebClientSpec wcSpec)
          Perform the initial request and provide FORM authentication credentials when challenged.
 com.gargoylesoftware.htmlunit.Page BasicAuthenticationStrategy.doInitialRequest(WebClientSpec wcSpec)
          Perform the initial request and provide Basic authentication credentials when challenged.
 

Uses of WebClientSpec in org.jboss.jsfunit.jsfsession
 

Constructors in org.jboss.jsfunit.jsfsession with parameters of type WebClientSpec
JSFSession(WebClientSpec wcSpec)
          Creates a new session for testing the JSF application.
 



Copyright © 2007-2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.