Class | Description |
---|---|
LocalizationSetup |
Set up Localization Services for Page Tests.
|
PageTest |
Tests that wishes to unit test wiki page should extend this class and call
PageTest.renderPage(DocumentReference)
to load and render a page located in the classpath. |
SkinExtensionSetup |
Set up Skin Extension plugins for Page Tests.
|
StubRenderingConfiguration |
Stubbed
RenderingConfiguration to control the list of Transformations
to execute in Page tests (specifically to not execute the Icon transformation, for performance optimizations). |
URLFactorySetup |
Set up URL Factory for Page Tests.
|
Annotation Type | Description |
---|---|
PageComponentList |
Pack of default Component implementations that are needed for rendering wiki pages.
|
XHTML10ComponentList |
Pack of default Component implementations that are needed for Parsing and Rendering in XHTML 1.0.
|
XWikiSyntax20ComponentList |
Pack of default Component implementations that are needed for Parsing and Rendering in XWiki Syntax 2.0.
|
XWikiSyntax21ComponentList |
Pack of default Component implementations that are needed for Parsing and Rendering in XWiki Syntax 2.1.
|
Copyright © 2004–2017 XWiki. All rights reserved.