Package org.opencms.test

Base clsses for OpenCms test cases, allowing to test an OpenCms instance in "shell" runlevel.

See:
          Description

Interface Summary
I_CmsLogHandler An interface for classes which should handle log events.
 

Class Summary
Messages Convenience class to access the localized messages of this OpenCms package.
OpenCmsTestCase Extends the JUnit standard with methods to handle an OpenCms database test instance.
OpenCmsTestCase.ConnectionData Class to bundle the connection information.
OpenCmsTestLogAppender Simple extension of the log4j console appender that throws a RuntimeException if an error (or fatal) event is logged, causing the running test to fail.
OpenCmsTestProperties Reads and manages the test.properties file.
OpenCmsTestPublishJobBase Wrapper class to access publish job internal data.
OpenCmsTestResourceConfigurableFilter Configurable filter class for OpenCms VFS access method tests.
OpenCmsTestResourceFilter Base filter class for OpenCms VFS access method tests.
OpenCmsTestResourceStorage Storage object for storing all attributes of vfs resources.
OpenCmsTestResourceStorageEntry A single entry of the OpenCmsTestResourceStorage.
OpenCmsTestServletRequest Very incomplete implementation of HttpServletRequest for testing.
OpenCmsTestServletResponse Very incomplete implementation of HttpServletResponse for testing.
OpenCmsThreadedTestCase Allows to run an OpenCmsTestCase in a separate Thread, for concurrent execution.
OpenCmsThreadedTestCaseSuite Allows to run a specific method of an OpenCmsTestCase case concurrently.
 

Package org.opencms.test Description

Base clsses for OpenCms test cases, allowing to test an OpenCms instance in "shell" runlevel.

Since:
6.0.0