Uses of Class
info.magnolia.testframework.AbstractMagnoliaIntegrationTest.Instance

Packages that use AbstractMagnoliaIntegrationTest.Instance
info.magnolia.testframework   
info.magnolia.testframework.htmlunit   
 

Uses of AbstractMagnoliaIntegrationTest.Instance in info.magnolia.testframework
 

Methods in info.magnolia.testframework that return AbstractMagnoliaIntegrationTest.Instance
static AbstractMagnoliaIntegrationTest.Instance AbstractMagnoliaIntegrationTest.Instance.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractMagnoliaIntegrationTest.Instance[] AbstractMagnoliaIntegrationTest.Instance.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AbstractMagnoliaIntegrationTest.Instance in info.magnolia.testframework.htmlunit
 

Methods in info.magnolia.testframework.htmlunit with parameters of type AbstractMagnoliaIntegrationTest.Instance
protected  HttpURLConnection AbstractMagnoliaHtmlUnitTest.openConnection(AbstractMagnoliaIntegrationTest.Instance instance, String path, AbstractMagnoliaIntegrationTest.User user)
           
protected  HttpURLConnection AbstractMagnoliaHtmlUnitTest.openConnection(AbstractMagnoliaIntegrationTest.Instance instance, String path, AbstractMagnoliaIntegrationTest.User user, Map<String,String> headers)
          Use this method when you need low-level access to the connection headers and content.
protected  com.gargoylesoftware.htmlunit.html.HtmlPage AbstractMagnoliaHtmlUnitTest.openHtmlPage(AbstractMagnoliaIntegrationTest.Instance instance, String path, AbstractMagnoliaIntegrationTest.User user)
          Deprecated. openPage now uses generics, so use that instead.
protected  com.gargoylesoftware.htmlunit.html.HtmlPage AbstractMagnoliaHtmlUnitTest.openHtmlPage(AbstractMagnoliaIntegrationTest.Instance instance, String path, AbstractMagnoliaIntegrationTest.User user, boolean followRedirects)
          Deprecated. openPage now uses generics, so use that instead.
protected  com.gargoylesoftware.htmlunit.Page AbstractMagnoliaHtmlUnitTest.openPage(AbstractMagnoliaIntegrationTest.Instance instance, String path, AbstractMagnoliaIntegrationTest.User user)
          Deprecated. use #openPage(String, AbstractMagnoliaHtmlUnitTest.User, boolean) with AbstractMagnoliaHtmlUnitTest.Instance.AUTHOR.getURL()
protected
<P extends com.gargoylesoftware.htmlunit.Page>
P
AbstractMagnoliaHtmlUnitTest.openPage(AbstractMagnoliaIntegrationTest.Instance instance, String path, AbstractMagnoliaIntegrationTest.User user, boolean followRedirects)
          Deprecated. use #openPage(String, AbstractMagnoliaHtmlUnitTest.User, boolean) with AbstractMagnoliaIntegrationTest.Instance.AUTHOR.getURL()
 



Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.