vmassol 01/06/18 12:00:20
Modified: cactus/docs/framework/xdocs using.xml
Log:
added a step 8 to explain how to run the tests
Revision Changes Path
1.3 +26 -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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- using.xml 2001/05/05 14:35:34 1.2
+++ using.xml 2001/06/18 19:00:17 1.3
@@ -380,6 +380,32 @@
</s2>
+ <s2 title="Step 8 : Running the tests">
+
+ <p>
+ Cactus tests are JUnit test. As such they are run the same way JUnit
+ tests are run, i.e. by starting a JUnit Test Runner (either the
+ text runner or the graphical awt or swing test runners). This is the
+ beauty of it ... any tool that will run a JUnit test will also run
+ a Cactus test ! (i.e all JUnit IDE plugins will work for Cactus tests).
+ </p>
+
+ <note>
+ An example on how to start the JUnit text test runner using Ant is
+ provided with the Cactus sample application which is part of the
+ distribution and a documentation example is also available in the
+ <link href="servlets.html">Servlet Engine integration tutorial
+ (step 4)</link>.
+ </note>
+
+ <note>
+ Before trying to start Cactus make sure it is properly installed
+ by reading the <link href="installation.html">installation
+ tutorial</link>.
+ </note>
+
+ </s2>
+
</s1>
</body>