vmassol 02/01/20 10:44:27
Modified: docs/framework/xdocs index.xml
Log:
better description (I hope) of what I call functional unit tests (which is probably
a limit to integration unit testing)
Revision Changes Path
1.28 +4 -1 jakarta-cactus/docs/framework/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/index.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- index.xml 23 Nov 2001 12:52:25 -0000 1.27
+++ index.xml 20 Jan 2002 18:44:27 -0000 1.28
@@ -67,7 +67,10 @@
will let you test the returned values from your server code. This is
for example
<link href="http://sourceforge.net/projects/httpunit">HttpUnit
- </link>.
+ </link> (Note that HttpUnit also performs standard functional testing
+ - as opposed to functional unit testing -, which let you test full
+ use cases - a login use case for example, which is comprised of
+ several requests/responses).
</li>
</ol>
<p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>