org.jboss.jsfunit.test.richfaces
Class JSFSessionFactory
java.lang.Object
org.jboss.jsfunit.test.richfaces.JSFSessionFactory
public class JSFSessionFactory
- extends Object
Creates JSFSession for all RichFaces tests.
- Since:
- 1.0
- Author:
- Stan Silvert
|
Method Summary |
static org.jboss.jsfunit.jsfsession.JSFSession |
makeSession(String initialPage)
|
static org.jboss.jsfunit.jsfsession.JSFSession |
makeSession(String initialPage,
com.gargoylesoftware.htmlunit.BrowserVersion browserVersion)
|
static org.jboss.jsfunit.jsfsession.JSFSession |
makeSession(WebClientSpec wcSpec)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
makeSession
public static org.jboss.jsfunit.jsfsession.JSFSession makeSession(String initialPage)
throws IOException
- Throws:
IOException
makeSession
public static org.jboss.jsfunit.jsfsession.JSFSession makeSession(String initialPage,
com.gargoylesoftware.htmlunit.BrowserVersion browserVersion)
throws IOException
- Throws:
IOException
makeSession
public static org.jboss.jsfunit.jsfsession.JSFSession makeSession(WebClientSpec wcSpec)
throws IOException
- Throws:
IOException
Copyright © 2007-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.