Skip navigation links
A B C D E F G H I J K L M N O P Q 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
 
addCronJob(JobInfo, String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
addCronJob(ComponentPlugin) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
addCronJob(JobInfo, String, JobDataMap) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
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
 
addGlobalJobListener(ComponentPlugin) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
addGlobalTriggerListener(ComponentPlugin) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
addJob(JobInfo, Date) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
addJobListener(AddJobListenerComponentPlugin) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
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
 
addPeriodJob(JobInfo, PeriodInfo) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
addPeriodJob(ComponentPlugin) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
addPeriodJob(JobInfo, PeriodInfo, JobDataMap) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
addPropertiesParam(InitParams, String, Map<String, String>) - Static method in class org.exoplatform.commons.testing.KernelUtils
 
addResource(Class<?>, MultivaluedMap<String, String>) - Method in class org.exoplatform.commons.testing.BaseResourceTestCase
Register supplied class as per-request root resource if it has valid JAX-RS annotations and no one resource with the same UriPattern already registered.
addResource(Object, MultivaluedMap<String, String>) - Method in class org.exoplatform.commons.testing.BaseResourceTestCase
Register supplied Object as singleton root resource if it has valid JAX-RS annotations and no one resource with the same UriPattern already registered.
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
 
addTriggerListener(AddTriggerListenerComponentPlugin) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
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
 
BaseResourceTestCase - Class in org.exoplatform.commons.testing
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Apr 23, 2014
BaseResourceTestCase() - Constructor for class org.exoplatform.commons.testing.BaseResourceTestCase
 
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.BaseCommonsTestCase
 
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
 
configurationManager - Variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 
container - Variable in class org.exoplatform.commons.testing.BaseCommonsTestCase
 
container - Variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 
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
destroy() - Method in class org.exoplatform.commons.testing.mock.SimpleMockOrganizationService
 
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
 

E

executeJob(String, String, JobDataMap) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 

F

findResourceDescriptions(Query) - Method in class org.exoplatform.commons.testing.mock.MockResourceBundleService
 

G

getAllExcutingJobs() - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
getAllGlobalJobListener() - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
getAllGlobalTriggerListener() - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
getAllJobListener() - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
getAllJobs() - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
getAllTriggerListener() - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
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
 
getGlobalJobListener(String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
getGlobalTriggerListener(String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
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
 
getJob(JobInfo) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
getJobListener(String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
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
 
getMailSession() - Method in class org.exoplatform.commons.testing.mock.MockMailService
 
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
 
getOutgoingMailServer() - Method in class org.exoplatform.commons.testing.mock.MockMailService
 
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<T>) - Method in class org.exoplatform.commons.testing.BaseResourceTestCase
 
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
 
getTriggerListener(String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
getTriggersOfJob(String, String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
getTriggerState(String, String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
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 - Static variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 
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

MockJobSchedulerService - Class in org.exoplatform.commons.testing.mock
 
MockJobSchedulerService() - Constructor for class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
MockMailService - Class in org.exoplatform.commons.testing.mock
 
MockMailService() - Constructor for class org.exoplatform.commons.testing.mock.MockMailService
 
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

pauseJob(String, String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
providerBinder - Variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 
put(String, String) - Method in class org.exoplatform.commons.testing.mock.MockResourceBundle
 

Q

queueTask(Task) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 

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
 
removeGlobalJobListener(String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
removeGlobaTriggerListener(String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
removeJob(JobInfo) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
removeJobListener(String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
removeResource(Class) - Method in class org.exoplatform.commons.testing.BaseResourceTestCase
Remove the resource instance of provided class from root resource container.
removeResourceBundleData(String) - Method in class org.exoplatform.commons.testing.mock.MockResourceBundleService
 
removeTriggerListener(String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
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
 
REPO_NAME - Variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 
repositoryService - Variable in class org.exoplatform.commons.testing.BaseCommonsTestCase
 
repositoryService - Variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 
requestHandler - Variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 
rescheduleJob(String, String, Trigger) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
resourceBinder - Variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 
resume() - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
resumeJob(String, String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 
root - Variable in class org.exoplatform.commons.testing.BaseCommonsTestCase
 
root - Variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 

S

saveResourceBundle(ResourceBundleData) - Method in class org.exoplatform.commons.testing.mock.MockResourceBundleService
 
sendMessage(String, String, String, String) - Method in class org.exoplatform.commons.testing.mock.MockMailService
 
sendMessage(Message) - Method in class org.exoplatform.commons.testing.mock.MockMailService
 
sendMessage(MimeMessage) - Method in class org.exoplatform.commons.testing.mock.MockMailService
 
sendMessageInFuture(String, String, String, String) - Method in class org.exoplatform.commons.testing.mock.MockMailService
 
sendMessageInFuture(Message) - Method in class org.exoplatform.commons.testing.mock.MockMailService
 
sendMessageInFuture(MimeMessage) - Method in class org.exoplatform.commons.testing.mock.MockMailService
 
sendRedirect(String) - Method in class org.exoplatform.commons.testing.mock.MockWebUIRequestContext
 
service(String, String, String, Map<String, List<String>>, byte[], ContainerResponseWriter) - Method in class org.exoplatform.commons.testing.BaseResourceTestCase
Get response with provided writer
service(String, String, String, MultivaluedMap<String, String>, byte[]) - Method in class org.exoplatform.commons.testing.BaseResourceTestCase
Get response without provided writer
session - Variable in class org.exoplatform.commons.testing.BaseCommonsTestCase
 
session - Variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 
sessionProvider - Variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 
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.BaseResourceTestCase
 
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
suspend() - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
 

T

tearDown() - Method in class org.exoplatform.commons.testing.BaseCommonsTestCase
 
tearDown() - Static method in class org.exoplatform.commons.testing.BaseExoContainerTestSuite
 
tearDown() - Method in class org.exoplatform.commons.testing.BaseResourceTestCase
 

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
 
WORKSPACE_NAME - Variable in class org.exoplatform.commons.testing.BaseResourceTestCase
 
A B C D E F G H I J K L M N O P Q R S T U W 
Skip navigation links

Copyright © 2003–2020 eXo Platform SAS. All rights reserved.