A C D E G I M N O P R S V

A

AbstractMagnoliaHtmlUnitTest - Class in info.magnolia.testframework.htmlunit
A base class for Magnolia integration tests.
AbstractMagnoliaHtmlUnitTest() - Constructor for class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
 
AbstractMagnoliaIntegrationTest - Class in info.magnolia.testframework
A base class for Magnolia integration tests.
AbstractMagnoliaIntegrationTest() - Constructor for class info.magnolia.testframework.AbstractMagnoliaIntegrationTest
 
AbstractMagnoliaIntegrationTest.Instance - Enum in info.magnolia.testframework
A simple way of referring to one of the two test instances deployed during ITs.
AbstractMagnoliaIntegrationTest.User - Enum in info.magnolia.testframework
Pre-configured users available for tests.
AbstractTestingVersionHandler - Class in info.magnolia.testframework.setup
A version handler which will only work on installs, to ensure we're working with a well-known setup, and provides a few utility methods to create templates, dialogs, pages, ...
AbstractTestingVersionHandler() - Constructor for class info.magnolia.testframework.setup.AbstractTestingVersionHandler
 
assertRedirected(String, String, Page, AbstractMagnoliaIntegrationTest.User) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
 
AUTHOR_CONTEXT_PATH_PROPERTY - Static variable in class info.magnolia.testframework.AbstractMagnoliaIntegrationTest
Name of the property that can be used to overwrite the context path for the author instance.

C

ComponentModelForTests - Class in info.magnolia.testframework.util
Dummy model used in tests, exposing an execution counter and hardcoded arbitrary properties.
ComponentModelForTests(Node, RenderableDefinition, RenderingModel) - Constructor for class info.magnolia.testframework.util.ComponentModelForTests
 
copyArchetypeDialog(String, String) - Method in class info.magnolia.testframework.setup.AbstractTestingVersionHandler
 
copyArchetypePageAndChangeTemplate(String, String, String, String, String, String) - Method in class info.magnolia.testframework.setup.AbstractTestingVersionHandler
 

D

DEFAULT_DOMAIN - Static variable in class info.magnolia.testframework.AbstractMagnoliaIntegrationTest
Default domain, should never be used.
DEFAULT_HEADERS - Static variable in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
 
DOMAIN_PROPERTY - Static variable in class info.magnolia.testframework.AbstractMagnoliaIntegrationTest
Name of the property that can be used to overwrite the domain for the webapps.

E

execute() - Method in class info.magnolia.testframework.util.ComponentModelForTests
 
execute() - Method in class info.magnolia.testframework.util.ParagraphModelForTests
Deprecated.  

G

getAllowedParagraphs(Content) - Method in class info.magnolia.testframework.util.ComponentModelForTests
 
getAllowedParagraphs(Content) - Method in class info.magnolia.testframework.util.ParagraphModelForTests
Deprecated.  
getBasicInstallTasks(InstallContext) - Method in class info.magnolia.testframework.setup.AbstractTestingVersionHandler
 
getConfigImportPropertiesFile() - Method in class info.magnolia.testframework.setup.AbstractTestingVersionHandler
 
getContent() - Method in class info.magnolia.testframework.util.ComponentModelForTests
 
getContent() - Method in class info.magnolia.testframework.util.ParagraphModelForTests
Deprecated.  
getContentMap() - Method in class info.magnolia.testframework.util.ComponentModelForTests
 
getCount() - Method in class info.magnolia.testframework.util.ComponentModelForTests
 
getCount() - Method in class info.magnolia.testframework.util.ParagraphModelForTests
Deprecated.  
getDefinition() - Method in class info.magnolia.testframework.util.ComponentModelForTests
 
getDefinition() - Method in class info.magnolia.testframework.util.ParagraphModelForTests
Deprecated.  
getDeltas(InstallContext, Version) - Method in class info.magnolia.testframework.setup.AbstractTestingVersionHandler
 
getExtraInstallTasks(InstallContext) - Method in class info.magnolia.testframework.setup.AbstractTestingVersionHandler
 
getMagnoliaVersion() - Method in class info.magnolia.testframework.util.MagnoliaInfoModel
 
getNode() - Method in class info.magnolia.testframework.util.ComponentModelForTests
 
getNode() - Method in class info.magnolia.testframework.util.ParagraphModelForTests
Deprecated.  
getParent() - Method in class info.magnolia.testframework.util.ComponentModelForTests
 
getParent() - Method in class info.magnolia.testframework.util.ParagraphModelForTests
Deprecated.  
getRandomInt() - Method in class info.magnolia.testframework.util.ComponentModelForTests
 
getRandomInt() - Method in class info.magnolia.testframework.util.ParagraphModelForTests
Deprecated.  
getRoot() - Method in class info.magnolia.testframework.util.ComponentModelForTests
 
getRoot() - Method in class info.magnolia.testframework.util.ParagraphModelForTests
Deprecated.  
getURL() - Method in enum info.magnolia.testframework.AbstractMagnoliaIntegrationTest.Instance
 
getURL(String) - Method in enum info.magnolia.testframework.AbstractMagnoliaIntegrationTest.Instance
 
getWebsiteImportPropertiesFile() - Method in class info.magnolia.testframework.setup.AbstractTestingVersionHandler
 

I

info.magnolia.testframework - package info.magnolia.testframework
 
info.magnolia.testframework.htmlunit - package info.magnolia.testframework.htmlunit
 
info.magnolia.testframework.setup - package info.magnolia.testframework.setup
 
info.magnolia.testframework.util - package info.magnolia.testframework.util
 

M

MagnoliaInfoModel - Class in info.magnolia.testframework.util
A simple model used in tests which exposes Magnolia version info.
MagnoliaInfoModel(Node, RenderableDefinition, RenderingModel) - Constructor for class info.magnolia.testframework.util.MagnoliaInfoModel
 

N

newComponentDefinition(String, String, String, Class) - Method in class info.magnolia.testframework.setup.AbstractTestingVersionHandler
 
newTemplateDefinition(String, String, String) - Method in class info.magnolia.testframework.setup.AbstractTestingVersionHandler
 

O

openConnection(AbstractMagnoliaIntegrationTest.Instance, String, AbstractMagnoliaIntegrationTest.User) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
 
openConnection(AbstractMagnoliaIntegrationTest.Instance, String, AbstractMagnoliaIntegrationTest.User, Map<String, String>) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
Use this method when you need low-level access to the connection headers and content.
openHtmlPage(AbstractMagnoliaIntegrationTest.Instance, String, AbstractMagnoliaIntegrationTest.User) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
Deprecated. openPage now uses generics, so use that instead.
openHtmlPage(AbstractMagnoliaIntegrationTest.Instance, String, AbstractMagnoliaIntegrationTest.User, boolean) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
Deprecated. openPage now uses generics, so use that instead.
openPage(AbstractMagnoliaIntegrationTest.Instance, String, AbstractMagnoliaIntegrationTest.User) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
Deprecated. use #openPage(String, AbstractMagnoliaHtmlUnitTest.User, boolean) with AbstractMagnoliaHtmlUnitTest.Instance.AUTHOR.getURL()
openPage(AbstractMagnoliaIntegrationTest.Instance, String, AbstractMagnoliaIntegrationTest.User, boolean) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
Deprecated. use #openPage(String, AbstractMagnoliaHtmlUnitTest.User, boolean) with AbstractMagnoliaIntegrationTest.Instance.AUTHOR.getURL()
openPage(String, AbstractMagnoliaIntegrationTest.User) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
 
openPage(String, AbstractMagnoliaIntegrationTest.User, boolean) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
 
openPage(String, AbstractMagnoliaIntegrationTest.User, boolean, boolean) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
 
openPage(String, AbstractMagnoliaIntegrationTest.User, boolean, boolean, Map<String, String>) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
This uses htmlunit, simulates a browser and does all kind of fancy stuff for you.

P

ParagraphModelForTests - Class in info.magnolia.testframework.util
Deprecated. since 5.0 use ComponentModelForTests instead.
ParagraphModelForTests(Content, RenderableDefinition, RenderingModel) - Constructor for class info.magnolia.testframework.util.ParagraphModelForTests
Deprecated.  
PUBLIC_CONTEXT_PATH_PROPERTY - Static variable in class info.magnolia.testframework.AbstractMagnoliaIntegrationTest
Name of the property that can be used to overwrite the context path for the public instance.

R

removeArchetypePage() - Method in class info.magnolia.testframework.setup.AbstractTestingVersionHandler
 

S

saveToFile(Page, Throwable) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
Passing a fake exception might be simpler for some cases.
saveToFile(Page, StackTraceElement) - Method in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
Need to pass a StackTraceElement to determine the current method, because we can't safely guess at what depth of the stack this method was called.
SESSION_ID_REGEXP - Static variable in class info.magnolia.testframework.htmlunit.AbstractMagnoliaHtmlUnitTest
Session id's can consist of any digit and letter (lower or upper case).

V

valueOf(String) - Static method in enum info.magnolia.testframework.AbstractMagnoliaIntegrationTest.Instance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum info.magnolia.testframework.AbstractMagnoliaIntegrationTest.User
Returns the enum constant of this type with the specified name.
values() - Static method in enum info.magnolia.testframework.AbstractMagnoliaIntegrationTest.Instance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum info.magnolia.testframework.AbstractMagnoliaIntegrationTest.User
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E G I M N O P R S V

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