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

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

Uses of AbstractMagnoliaIntegrationTest.User in info.magnolia.testframework
 

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

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

Methods in info.magnolia.testframework.htmlunit with parameters of type AbstractMagnoliaIntegrationTest.User
protected
<P extends com.gargoylesoftware.htmlunit.Page>
P
AbstractMagnoliaHtmlUnitTest.assertRedirected(String reason, String expectedTargetURLPattern, com.gargoylesoftware.htmlunit.Page page, AbstractMagnoliaIntegrationTest.User user)
           
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()
protected
<P extends com.gargoylesoftware.htmlunit.Page>
P
AbstractMagnoliaHtmlUnitTest.openPage(String url, AbstractMagnoliaIntegrationTest.User user)
           
protected
<P extends com.gargoylesoftware.htmlunit.Page>
P
AbstractMagnoliaHtmlUnitTest.openPage(String url, AbstractMagnoliaIntegrationTest.User user, boolean followRedirects)
           
protected
<P extends com.gargoylesoftware.htmlunit.Page>
P
AbstractMagnoliaHtmlUnitTest.openPage(String url, AbstractMagnoliaIntegrationTest.User user, boolean followRedirects, boolean enableJavascript)
           
protected
<P extends com.gargoylesoftware.htmlunit.Page>
P
AbstractMagnoliaHtmlUnitTest.openPage(String url, AbstractMagnoliaIntegrationTest.User user, boolean followRedirects, boolean enableJavascript, Map<String,String> headers)
          This uses htmlunit, simulates a browser and does all kind of fancy stuff for you.
 



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