org.hamletsoft.enhydra.cactus.business |
|
Java Source File Name | Type | Comment |
EnhydraAppHttpClient.java | Class | Manage the logic for calling the EnhydraApp redirector for executing a test on
the server side. |
EnhydraAppTestCaller.java | Class | Responsible for instanciating the TestCase class on the server
side, set up the implicit objects and call the test method. |
EnhydraAppTestCase.java | Class | Test classes that need access to valid EnhydraApp implicit objects (such as the
the HTTP request, the HTTP response, the servlet config, ...) must subclass
this class. |
EnhydraAppTestControllerImpl.java | Class | EnhydraApp Controller that extracts the requested service from the
HTTP request and executes the request by calling a
EnhydraAppTestCaller . |