- 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