Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
W
A
AbstractExoContainerTestCase
- Class in
org.exoplatform.commons.testing
A base test class that allows to load an exo container with a selected set of components.
AbstractExoContainerTestCase()
- Constructor for class org.exoplatform.commons.testing.
AbstractExoContainerTestCase
AbstractJCRTestCase
- Class in
org.exoplatform.commons.testing.jcr
AbstractJCRTestCase()
- Constructor for class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
AbstractUIComponentTestCase
<
T
extends org.exoplatform.webui.core.UIComponent> - Class in
org.exoplatform.commons.testing.webui
Convenience TestCase made to test UIComponent classes.
AbstractUIComponentTestCase()
- Constructor for class org.exoplatform.commons.testing.webui.
AbstractUIComponentTestCase
AbstractWebuiTestCase
- Class in
org.exoplatform.commons.testing.webui
Abstract TestCase to test a Webui UIComponent
AbstractWebuiTestCase()
- Constructor for class org.exoplatform.commons.testing.webui.
AbstractWebuiTestCase
addFile(String)
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
Add a file at a given path.
addFilter(String, String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
addFilter(String, Filter)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
addFilter(String, Class<? extends Filter>)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
addListener(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
addListener(T)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
addListener(Class<? extends EventListener>)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
addListenerPlugin(ComponentPlugin)
- Method in class org.exoplatform.commons.testing.mock.
SimpleMockOrganizationService
addMemberships(String, String...)
- Method in class org.exoplatform.commons.testing.mock.
SimpleMockOrganizationService
Insert a new membership.
addNode(String)
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
Add a new node to a given path.
addNode(String, String)
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
Add a new node to a given path.
addObjectParam(InitParams, String, Object)
- Static method in class org.exoplatform.commons.testing.
KernelUtils
addPropertiesParam(InitParams, String, Map<String, String>)
- Static method in class org.exoplatform.commons.testing.
KernelUtils
addServlet(String, String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
addServlet(String, Servlet)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
addServlet(String, Class<? extends Servlet>)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
addValueParam(InitParams, String, String)
- Static method in class org.exoplatform.commons.testing.
KernelUtils
addValuesParam(InitParams, String, String...)
- Static method in class org.exoplatform.commons.testing.
KernelUtils
afterContainerStart()
- Method in class org.exoplatform.commons.testing.
AbstractExoContainerTestCase
afterRunBare()
- Method in class org.exoplatform.commons.testing.
BaseExoTestCase
afterTearDown()
- Static method in class org.exoplatform.commons.testing.
BaseExoContainerTestSuite
assertApplicationMessage(String)
- Method in class org.exoplatform.commons.testing.webui.
AbstractUIComponentTestCase
assertBinaryPropertyNotEmpty(Node, String)
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
Asserts a property value is not empty
assertContains(Collection<T>, T...)
- Static method in class org.exoplatform.commons.testing.
AssertUtils
Assert a set of expected items to be all contained in a collection
assertContains(List<String>, String...)
- Static method in class org.exoplatform.commons.testing.
AssertUtils
Assert a set of expected string items to be all contained in a collection
assertContains(String[], String...)
- Static method in class org.exoplatform.commons.testing.
AssertUtils
Assert a set of expected string items to be all contained in a string array
assertContainsAll(String, List<String>, List<String>)
- Static method in class org.exoplatform.commons.testing.
AssertUtils
All elements of a list should be contained in the expected array of String
assertEmpty(Collection)
- Static method in class org.exoplatform.commons.testing.
AssertUtils
Assert a collection is empty (not null)
assertEmpty(T[])
- Static method in class org.exoplatform.commons.testing.
AssertUtils
assertEquals(String, String[], String[])
- Static method in class org.exoplatform.commons.testing.
AssertUtils
Assertion method on string arrays
assertException(Closure)
- Static method in class org.exoplatform.commons.testing.
AssertUtils
assertException(Class<? extends Exception>, Closure)
- Static method in class org.exoplatform.commons.testing.
AssertUtils
Assert an exception of a given type is thrown by he code in closure
assertNodeExists(String)
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
Asserts a node exists at the given path
assertNodeNotExists(String)
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
Asserts a node does not exists at the given path
assertNotContains(Collection<T>, T...)
- Static method in class org.exoplatform.commons.testing.
AssertUtils
Assert a set of expected items NOT to be all contained in a collection
assertNotContains(List<String>, String...)
- Static method in class org.exoplatform.commons.testing.
AssertUtils
Assert a set of expected string items NOT to be all contained in a collection
assertNotEmpty(Collection<T>)
- Static method in class org.exoplatform.commons.testing.
AssertUtils
Assert a collection is not empty and not null
assertPropertyEquals(String, Node, String)
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
assertPropertyEquals(boolean, Node, String)
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
assertPropertyExists(Node, String)
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
Asserts a node has a property
AssertUtils
- Class in
org.exoplatform.commons.testing
A collection of assertion helper to make UT easier to read
B
BaseCommonsTestCase
- Class in
org.exoplatform.commons.testing
Created by The eXo Platform SAS Author : eXoPlatform hailt@exoplatform.com May 22, 2012
BaseCommonsTestCase()
- Constructor for class org.exoplatform.commons.testing.
BaseCommonsTestCase
BaseExoContainerTestSuite
- Class in
org.exoplatform.commons.testing
Created by The eXo Platform SAS Author : thanh_vucong thanh_vucong@exoplatform.com Nov 12, 2012
BaseExoContainerTestSuite()
- Constructor for class org.exoplatform.commons.testing.
BaseExoContainerTestSuite
BaseExoTestCase
- Class in
org.exoplatform.commons.testing
Created by The eXo Platform SAS Author : thanh_vucong thanh_vucong@exoplatform.com Nov 12, 2012
BaseExoTestCase()
- Constructor for class org.exoplatform.commons.testing.
BaseExoTestCase
beforeContainerStart()
- Method in class org.exoplatform.commons.testing.
AbstractExoContainerTestCase
beforeContainerStart()
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
beforeRunBare()
- Method in class org.exoplatform.commons.testing.
BaseExoTestCase
beforeSetup()
- Static method in class org.exoplatform.commons.testing.
BaseExoContainerTestSuite
bootstrap(URL, String...)
- Static method in class org.exoplatform.commons.testing.
ContainerBuilder
build()
- Method in class org.exoplatform.commons.testing.
ContainerBuilder
C
Closure
- Interface in
org.exoplatform.commons.testing
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Sep 2, 2009
component
- Variable in class org.exoplatform.commons.testing.webui.
AbstractUIComponentTestCase
ConfigTestCase
- Annotation Type in
org.exoplatform.commons.testing
Created by The eXo Platform SAS Author : thanh_vucong thanh_vucong@exoplatform.com Nov 12, 2012
configurationManager
- Variable in class org.exoplatform.commons.testing.
BaseCommonsTestCase
container
- Variable in class org.exoplatform.commons.testing.
BaseCommonsTestCase
ContainerBuilder
- Class in
org.exoplatform.commons.testing
An helper for building a root container and a portal container.
ContainerBuilder()
- Constructor for class org.exoplatform.commons.testing.
ContainerBuilder
content
- Variable in class org.exoplatform.commons.testing.mock.
MockResourceBundle
createComponent()
- Method in class org.exoplatform.commons.testing.webui.
AbstractUIComponentTestCase
createFilter(Class<T>)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
createListener(Class<T>)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
createResourceBundleDataInstance()
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundleService
createServlet(Class<T>)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
createUIComponent(Class<T>, String, String, WebuiRequestContext)
- Method in class org.exoplatform.commons.testing.mock.
MockWebuiApplication
D
declareRoles(String...)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
deleteNode(String)
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
removes a node at a given path
doSetUp()
- Method in class org.exoplatform.commons.testing.webui.
AbstractUIComponentTestCase
doSetUp()
- Method in class org.exoplatform.commons.testing.webui.
AbstractWebuiTestCase
dothis()
- Method in interface org.exoplatform.commons.testing.
Closure
F
findResourceDescriptions(Query)
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundleService
G
getApplicationGroup()
- Method in class org.exoplatform.commons.testing.mock.
MockWebuiApplication
getApplicationId()
- Method in class org.exoplatform.commons.testing.mock.
MockWebuiApplication
getApplicationInitParam(String)
- Method in class org.exoplatform.commons.testing.mock.
MockWebuiApplication
getApplicationName()
- Method in class org.exoplatform.commons.testing.mock.
MockWebuiApplication
getApplicationType()
- Method in class org.exoplatform.commons.testing.mock.
MockWebuiApplication
getAttribute(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getAttributeNames()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getClassLoader()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getComponent(Class<T>)
- Method in class org.exoplatform.commons.testing.
AbstractExoContainerTestCase
Get a component from current container
getContainer()
- Method in class org.exoplatform.commons.testing.
BaseExoTestCase
getContext(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getContextPath()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getDefaultSessionTrackingModes()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getEffectiveMajorVersion()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getEffectiveMinorVersion()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getEffectiveSessionTrackingModes()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getFilterRegistration(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getFilterRegistrations()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getGroupHandler()
- Method in class org.exoplatform.commons.testing.mock.
SimpleMockOrganizationService
getInitParameter(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getInitParameterNames()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getJspConfigDescriptor()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getKeys()
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundle
getLocale()
- Method in class org.exoplatform.commons.testing.mock.
MockParentRequestContext
getMajorVersion()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getMembershipHandler()
- Method in class org.exoplatform.commons.testing.mock.
SimpleMockOrganizationService
getMembershipTypeHandler()
- Method in class org.exoplatform.commons.testing.mock.
SimpleMockOrganizationService
getMimeType(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getMinorVersion()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getNamedDispatcher(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getNode(String)
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
Load a node from path
getOrientation()
- Method in class org.exoplatform.commons.testing.mock.
MockParentRequestContext
getOrientation()
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
getOwnerResourceBundle(String, Locale)
- Method in class org.exoplatform.commons.testing.mock.
MockWebuiApplication
getPortalContextPath()
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
getRealPath(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getRepository()
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
Get the repository for the current test
getRequest()
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
getRequestContextPath()
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
getRequestDispatcher(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getRequestParameter(String)
- Method in class org.exoplatform.commons.testing.mock.
MockParentRequestContext
getRequestParameter(String)
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
getRequestParameterValues(String)
- Method in class org.exoplatform.commons.testing.mock.
MockParentRequestContext
getRequestParameterValues(String)
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
getResource(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getResourceAsStream(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getResourceBundle(String, Locale)
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundleService
getResourceBundle(String[], Locale)
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundleService
getResourceBundle(String, Locale, ClassLoader)
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundleService
getResourceBundle(String[], Locale, ClassLoader)
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundleService
getResourceBundle(Locale)
- Method in class org.exoplatform.commons.testing.mock.
MockWebuiApplication
getResourceBundleData(String)
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundleService
getResourcePaths(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getResponse()
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
getServerInfo()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getService(Class<T>)
- Method in class org.exoplatform.commons.testing.
BaseCommonsTestCase
getService(Class<? extends T>)
- Static method in class org.exoplatform.commons.testing.
KernelUtils
getServlet(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getServletContextName()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getServletNames()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getServletRegistration(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getServletRegistrations()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getServlets()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getSession()
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
Get a session on the test workspace
getSessionCookieConfig()
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
getSharedResourceBundleNames()
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundleService
getURLBuilder()
- Method in class org.exoplatform.commons.testing.mock.
MockParentRequestContext
getURLBuilder()
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
getURLFactory()
- Method in class org.exoplatform.commons.testing.mock.
MockParentRequestContext
getURLFactory()
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
getUserHandler()
- Method in class org.exoplatform.commons.testing.mock.
SimpleMockOrganizationService
getUserPortal()
- Method in class org.exoplatform.commons.testing.mock.
MockParentRequestContext
getUserPortal()
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
getUserProfileHandler()
- Method in class org.exoplatform.commons.testing.mock.
SimpleMockOrganizationService
getWorkspace()
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
Get the workspace available for test data
H
handleGetObject(String)
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundle
I
initConfiguration(Class<?>)
- Static method in class org.exoplatform.commons.testing.
BaseExoContainerTestSuite
initTempDir()
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
J
JCRMockUtils
- Class in
org.exoplatform.commons.testing.mock
JCRMockUtils()
- Constructor for class org.exoplatform.commons.testing.mock.
JCRMockUtils
K
KernelUtils
- Class in
org.exoplatform.commons.testing
L
log(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
log(Exception, String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
log(String, Throwable)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
M
mockNode()
- Static method in class org.exoplatform.commons.testing.mock.
JCRMockUtils
Stubs a JCR Node
MockParentRequestContext
- Class in
org.exoplatform.commons.testing.mock
MockParentRequestContext(RequestContext, Application)
- Constructor for class org.exoplatform.commons.testing.mock.
MockParentRequestContext
MockResourceBundle
- Class in
org.exoplatform.commons.testing.mock
MockResourceBundle(Map<String, Object>)
- Constructor for class org.exoplatform.commons.testing.mock.
MockResourceBundle
MockResourceBundleService
- Class in
org.exoplatform.commons.testing.mock
MockResourceBundleService()
- Constructor for class org.exoplatform.commons.testing.mock.
MockResourceBundleService
MockServletContext
- Class in
org.exoplatform.commons.testing.mock
MockServletContext(String)
- Constructor for class org.exoplatform.commons.testing.mock.
MockServletContext
MockWebuiApplication
- Class in
org.exoplatform.commons.testing.mock
MockWebuiApplication()
- Constructor for class org.exoplatform.commons.testing.mock.
MockWebuiApplication
MockWebUIRequestContext
- Class in
org.exoplatform.commons.testing.mock
MockWebUIRequestContext(RequestContext, Application)
- Constructor for class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
N
newURL(ResourceType<R, U>, URLFactory)
- Method in class org.exoplatform.commons.testing.mock.
MockParentRequestContext
newURL(ResourceType<R, U>, URLFactory)
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
O
org.exoplatform.commons.testing
- package org.exoplatform.commons.testing
org.exoplatform.commons.testing.jcr
- package org.exoplatform.commons.testing.jcr
org.exoplatform.commons.testing.mock
- package org.exoplatform.commons.testing.mock
org.exoplatform.commons.testing.webui
- package org.exoplatform.commons.testing.webui
ownBootstrap
- Static variable in class org.exoplatform.commons.testing.
BaseExoTestCase
.
P
put(String, String)
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundle
R
registerComponent(Class<T>, I)
- Method in class org.exoplatform.commons.testing.
AbstractExoContainerTestCase
Register a component to the container
removeAttribute(String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
removeResourceBundleData(String)
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundleService
replaceComponent(Class<T>, I)
- Method in class org.exoplatform.commons.testing.
AbstractExoContainerTestCase
Replace a component implementation by registering it against the current container
REPO_NAME
- Variable in class org.exoplatform.commons.testing.
BaseCommonsTestCase
repositoryService
- Variable in class org.exoplatform.commons.testing.
BaseCommonsTestCase
root
- Variable in class org.exoplatform.commons.testing.
BaseCommonsTestCase
S
saveResourceBundle(ResourceBundleData)
- Method in class org.exoplatform.commons.testing.mock.
MockResourceBundleService
sendRedirect(String)
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
session
- Variable in class org.exoplatform.commons.testing.
BaseCommonsTestCase
setAttribute(String, Object)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
setInitParameter(String, String)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
setResourceBundle(ResourceBundle)
- Method in class org.exoplatform.commons.testing.mock.
MockWebuiApplication
setResourceBundleEntry(String, String)
- Method in class org.exoplatform.commons.testing.webui.
AbstractWebuiTestCase
Convenience method to set an entry in the application resource bundle
setSessionTrackingModes(Set<SessionTrackingMode>)
- Method in class org.exoplatform.commons.testing.mock.
MockServletContext
setUp()
- Method in class org.exoplatform.commons.testing.
BaseCommonsTestCase
setUp()
- Static method in class org.exoplatform.commons.testing.
BaseExoContainerTestSuite
setUp()
- Method in class org.exoplatform.commons.testing.jcr.
AbstractJCRTestCase
setUp()
- Method in class org.exoplatform.commons.testing.webui.
AbstractWebuiTestCase
SimpleMockOrganizationService
- Class in
org.exoplatform.commons.testing.mock
A partial implementation of OrganizationService for use in tests of classes that rely on it.
SimpleMockOrganizationService()
- Constructor for class org.exoplatform.commons.testing.mock.
SimpleMockOrganizationService
startContainer()
- Method in class org.exoplatform.commons.testing.
AbstractExoContainerTestCase
stubNullProperty(Node, String)
- Static method in class org.exoplatform.commons.testing.mock.
JCRMockUtils
Stubs a node with a null property.
stubProperty(Node, String, String...)
- Static method in class org.exoplatform.commons.testing.mock.
JCRMockUtils
Stub a multi value Strng property
stubValue(String)
- Static method in class org.exoplatform.commons.testing.mock.
JCRMockUtils
Stub a JCR String value
T
tearDown()
- Method in class org.exoplatform.commons.testing.
BaseCommonsTestCase
tearDown()
- Static method in class org.exoplatform.commons.testing.
BaseExoContainerTestSuite
U
useAjax()
- Method in class org.exoplatform.commons.testing.mock.
MockParentRequestContext
useAjax()
- Method in class org.exoplatform.commons.testing.mock.
MockWebUIRequestContext
W
webuiApplication
- Variable in class org.exoplatform.commons.testing.webui.
AbstractWebuiTestCase
withLoader(ClassLoader)
- Method in class org.exoplatform.commons.testing.
ContainerBuilder
withPortal(String)
- Method in class org.exoplatform.commons.testing.
ContainerBuilder
withPortal(String, String)
- Method in class org.exoplatform.commons.testing.
ContainerBuilder
withPortal(URL)
- Method in class org.exoplatform.commons.testing.
ContainerBuilder
withPortal(String, URL)
- Method in class org.exoplatform.commons.testing.
ContainerBuilder
withRoot(String)
- Method in class org.exoplatform.commons.testing.
ContainerBuilder
withRoot(URL)
- Method in class org.exoplatform.commons.testing.
ContainerBuilder
WORKSPACE_NAME
- Variable in class org.exoplatform.commons.testing.
BaseCommonsTestCase
A
B
C
D
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003–2014
eXo Platform SAS
. All rights reserved.