|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| MockConversation | Simulates a conversation between a web browser and a servlet container. |
| MockFileUpload | An instance of this class provides all the data that is needed to simulate a file upload. |
| MockForm | Corresponds to a form in a HTML document after it has been parsed with
ParsedHtml.parse(com.uwyn.rife.test.MockResponse). |
| MockLink | Corresponds to a link in a HTML document after it has been parsed with
ParsedHtml.parse(com.uwyn.rife.test.MockResponse). |
| MockRequest | Provides a Request implementation that is suitable for testing a
web application outside of a servlet container. |
| MockResponse | Provides a Response implementation that is suitable for testing a
web application outside of a servlet container. |
| ParsedHtml | Retrieves the text content of a MockResponse and parses it as HTML. |
| RunWithEngineClassLoader | Ensures that all the classes in an application are loaded by EngineClassLoader, this is needed when continuations are used in elements. |
Provides classes and interfaces for the out-of-container testing framework.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||