org.apache.cocoon |
|
Java Source File Name | Type | Comment |
BatikSampleMimeTypesTestCase.java | Class | Tests the basic functionality of the Batik samples by checking
their content-type: if a sample gives an error instead of
generating an image, its content-type will be text/html. |
Bug26186InternalRequestMemoryLeakTestCase.java | Class | HtmlUnit TestCase for memory leak in internal requests (Bugzilla #26186). |
Bug26571SendPageRedirectTestCase.java | Class | HtmlUnit TestCase for page redirection. |
Bug36872HttpHeaderActionTestCase.java | Class | |
CachingPipelineTestCase.java | Class | Test the CachingProcessingPipeline and CachingPointProcessingPipeline.
Uses the test-suite/caching module in the Cocoon webapp. |
CalcTestCase.java | Class | Testcase to simulate the behavior of a user that opens a browser, starts
the calculator example, and goes back in the processing several times. |
CascadingIOException.java | Class | This is a wrapping IOException. |
Cocoon.java | Class | The Cocoon Object is the main Kernel for the entire Cocoon system. |
CocoonAccess.java | Class | |
CocoonTask.java | Class | Ant task for running Cocoon. |
ConnectionResetException.java | Class | This Exception is thrown every time a component detects an exception
due to a connection reset by peer. |
Constants.java | Class | The Constants use throughout the core of the Cocoon engine. |
FlowscriptDOMDumpTestCase.java | Class | Check various ways of dumping DOM objects in Flowscript (bugzilla 29381). |
FlowscriptRecursiveTestCase.java | Class | Check recursive calling a flowscript function. |
FlowscriptReloadTestCase.java | Class | Check the reloading of flowscript source files. |
FormsSharingViewDataTestCase.java | Class | Test Cocoon Forms, when subsequent showForm are sharing the same viewdata and
an action is invoked from within the form inbetween. |
HtmlSerializerTestCase.java | Class | Testcase to simulate the behavior of a user that opens a browser and run
HTML Serializer test. |
HtmlUnitTestCase.java | Class | Base class to run test cases on Cocoon samples.
This class extends the JUnit TestCase class to setup an environment which
makes it possible to easily test Cocoon pages.
First call one of the load methods and then assert on the response object,
XML document (@see loadXmlPage), or HTML document (@see loadHtmlPage). |
HttpClientResponse.java | Class | Wrap the result of an httpclient Method execution into an HtmlUnit
WebResponse in order to be used by HtmlUnitTestCase. |
InternalRequestTestCase.java | Class | HtmlUnit TestCase for internal request handling. |
InternalSendPageTestCase.java | Class | Check internal sendpage. |
Main.java | Class | Command line entry point. |
Modifiable.java | Interface | This interface is implemented by those classes that change
their behavior/results over time (non-ergodic). |
ProcessingException.java | Class | This Exception is thrown every time there is a problem in processing
a request. |
Processor.java | Interface | |
ProcessorWrapper.java | Class | This class is a wrapper around the real processor (the Cocoon class). |
ReaderMimeTypeTestCase.java | Class | HtmlUnit TestCase for Content type headers returned by Cocoon readers. |
RedirectTestCase.java | Class | Check redirects. |
RequestListener.java | Interface | This is called from with
Cocoon.process(Environment) , before any
requests are passed onto the
Processor and after the request has been
processed. |
ResourceNotFoundException.java | Class | This Exception is thrown every time there is a problem in finding
a resource. |
SampleRequestListener.java | Class | This is called from with
Cocoon.process(Environment) , before any
requests are passed onto the
Processor and after the request has been
processed. |
SitemapAnnotationsTestCase.java | Class | Verify that sitemap annotations (bugzilla 25352) are ignored. |
SitemapComponentTestCase.java | Class | Testcase for actions, generators, transformers and serializer components. |
SitemapReloadTestCase.java | Class | Check the reloading of the sitemap. |
WebdavDavmapTestCase.java | Class | Check davmap samples. |
WebdavStep3TestCase.java | Class | Check basic TraversableGenerator functionality. |
XslTalTestCase.java | Class | |