Index
All Classes and Interfaces|All Packages
A
- AbstractUIComponentTestCase<T> - 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(ComponentPlugin) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
- addCronJob(JobInfo, String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
- addCronJob(JobInfo, String, JobDataMap) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
- 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
- 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.
- addObjectParam(InitParams, String, Object) - Static method in class org.exoplatform.commons.testing.KernelUtils
- addPeriodJob(ComponentPlugin) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
- addPeriodJob(JobInfo, PeriodInfo) - 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.
- 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
- 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
- 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
- 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
- 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(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
- assertException(Closure) - Static method in class org.exoplatform.commons.testing.AssertUtils
- 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
- 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
- BaseCommonsTestCase() - Constructor for class org.exoplatform.commons.testing.BaseCommonsTestCase
- BaseExoContainerTestSuite - Class in org.exoplatform.commons.testing
- BaseExoContainerTestSuite() - Constructor for class org.exoplatform.commons.testing.BaseExoContainerTestSuite
- BaseExoTestCase - Class in org.exoplatform.commons.testing
- BaseExoTestCase() - Constructor for class org.exoplatform.commons.testing.BaseExoTestCase
- BaseResourceTestCase - Class in org.exoplatform.commons.testing
- BaseResourceTestCase() - Constructor for class org.exoplatform.commons.testing.BaseResourceTestCase
- 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
- component - Variable in class org.exoplatform.commons.testing.webui.AbstractUIComponentTestCase
- ConfigTestCase - Annotation Interface in org.exoplatform.commons.testing
- 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
- createResourceBundleDataInstance() - Method in class org.exoplatform.commons.testing.mock.MockResourceBundleService
- createUIComponent(Class<T>, String, String, WebuiRequestContext) - Method in class org.exoplatform.commons.testing.mock.MockWebuiApplication
D
- 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
- generate() - Static method in class org.exoplatform.commons.testing.BaseCommonsTestCase
- 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
- getContainer() - Method in class org.exoplatform.commons.testing.BaseExoTestCase
- 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
- getIdGeneratorService() - Static method in class org.exoplatform.commons.testing.BaseCommonsTestCase
- getJob(JobInfo) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
- getJobListener(String) - Method in class org.exoplatform.commons.testing.mock.MockJobSchedulerService
- 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
- getMembershipHandler() - Method in class org.exoplatform.commons.testing.mock.SimpleMockOrganizationService
- getMembershipTypeHandler() - Method in class org.exoplatform.commons.testing.mock.SimpleMockOrganizationService
- 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
- getRequest() - Method in class org.exoplatform.commons.testing.mock.MockWebUIRequestContext
- getRequestContextPath() - Method in class org.exoplatform.commons.testing.mock.MockWebUIRequestContext
- 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
- 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) - 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
- getResponse() - Method in class org.exoplatform.commons.testing.mock.MockWebUIRequestContext
- getService(Class<? extends T>) - Static method in class org.exoplatform.commons.testing.KernelUtils
- getService(Class<T>) - Method in class org.exoplatform.commons.testing.BaseCommonsTestCase
- getService(Class<T>) - Method in class org.exoplatform.commons.testing.BaseResourceTestCase
- 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
H
- handleGetObject(String) - Method in class org.exoplatform.commons.testing.mock.MockResourceBundle
I
- idGeneratorService - Static variable in class org.exoplatform.commons.testing.BaseCommonsTestCase
- initConfiguration(Class<?>) - Static method in class org.exoplatform.commons.testing.BaseExoContainerTestSuite
K
- KernelUtils - Class in org.exoplatform.commons.testing
L
- log - Static variable in class org.exoplatform.commons.testing.BaseResourceTestCase
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
- 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
-
Deprecated.
- MockServletContext() - Constructor for class org.exoplatform.commons.testing.mock.MockServletContext
-
Deprecated.
- 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.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
- 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
- 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
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(MimeMessage) - Method in class org.exoplatform.commons.testing.mock.MockMailService
- sendMessage(Message) - Method in class org.exoplatform.commons.testing.mock.MockMailService
- sendMessageInFuture(String, String, String, String) - Method in class org.exoplatform.commons.testing.mock.MockMailService
- sendMessageInFuture(MimeMessage) - Method in class org.exoplatform.commons.testing.mock.MockMailService
- sendMessageInFuture(Message) - 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
- 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
- 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.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
- 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
V
- value() - Element in annotation interface org.exoplatform.commons.testing.ConfigTestCase
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(String, URL) - Method in class org.exoplatform.commons.testing.ContainerBuilder
- withPortal(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
All Classes and Interfaces|All Packages
MockServletContext