vmassol 01/05/05 07:35:34
Modified: cactus/docs/framework/xdocs using.xml
Log:
new AssertUtils.getResponseAsStringArray()
Revision Changes Path
1.2 +6 -0 jakarta-commons/cactus/docs/framework/xdocs/using.xml
Index: using.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/using.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- using.xml 2001/04/09 11:52:32 1.1
+++ using.xml 2001/05/05 14:35:34 1.2
@@ -230,6 +230,12 @@
<em>AssertUtils.getResponseAsString()</em> which returns the
server output stream as a string that you can assert.
</li>
+ <li>
+ <em>AssertUtils.getResponseAsStringArray()</em> which returns
+ the server output stream as an array of strings (each line
+ terminated by a line terminator is a string in the array) that
+ you can assert.
+ </li>
</ul>
</li>
</ul>