vmassol 01/05/05 07:35:20
Modified: cactus/docs/framework/xdocs features.xml
Log:
added AssertUtils method to the feature list
Revision Changes Path
1.4 +23 -1 jakarta-commons/cactus/docs/framework/xdocs/features.xml
Index: features.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/features.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- features.xml 2001/04/10 13:16:38 1.3
+++ features.xml 2001/05/05 14:35:19 1.4
@@ -88,7 +88,29 @@
HTTP headers,
</li>
<li>
- HTTP cookies
+ HTTP cookies. In order to simplify the assertion of received
+ cookies, the following methods are provided :
+ <ul>
+ <li>
+ <code>AssertUtils.getCookies()</code> : returns the list of
+ received cookies
+ </li>
+ </ul>
+ </li>
+ <li>
+ Servlet output stream. In order to simplify the assertion of
+ received stream, the following methods are provided :
+ <ul>
+ <li>
+ <code>AssertUtils.getResponseAsString()</code> : returns the
+ servlet output stream as a string,
+ </li>
+ <li>
+ <code>AssertUtils.getResponseAsStringArray()</code> : returns
+ the servlet output stream as an array of strings (each line
+ is a string)
+ </li>
+ </ul>
</li>
</ul>
</li>