vmassol     01/09/21 02:50:55

  Modified:    docs/framework/xdocs todo.xml
  Log:
  new todo (thanks to Michael Rimov)
  
  Revision  Changes    Path
  1.59      +15 -2     jakarta-cactus/docs/framework/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/todo.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- todo.xml  2001/09/21 09:25:54     1.58
  +++ todo.xml  2001/09/21 09:50:55     1.59
  @@ -88,9 +88,9 @@
       <category title="Design/Code">
         <action>
           Add methods that are called before and after each test, but on the
  -        client side (i.e. before the <code>beginXXX()</code> and 
  +        client side (i.e. before the <code>beginXXX()</code> and
           <code>endXXX()</code> methods). They
  -        would act the same way as <code>setUp()</code> and 
  +        would act the same way as <code>setUp()</code> and
           <code>tearDown()</code> but on the client side. They could be
           named <code>init()</code> and <code>destroy()</code>, or maybe we
           should rather rename the existing <code>setUp()</code> and
  @@ -162,6 +162,19 @@
         <p>
           Ideas to explore ...
         </p>
  +      <action>
  +        Create a new package <code>org.apache.cactus.extensions</code> for
  +        putting extensions to Cactus Test Cases. The first extension
  +        would be an extension that runs a bunch of test at the same time,
  +        thus spawing several threads in the container in order to discover
  +        bugs [Note: We would have to correct the name under which Cactus test
  +        results are stored in the application context so that it is unique
  +        per test case]. We would need to create a
  +        <code>org.apache.cactus.extensions.ParallelServletTestCase</code>.
  +        The constructor would take some parameters, such as the number of
  +        parallel threads to spawn, ... Idea suggested by
  +        <link href="mailto:[EMAIL PROTECTED]";>Michael Rimov</link>.
  +      </action>
         <action>
           Create a Cactus Doclet. This will introduce new javadoc tags (like the
           <link href="http://sourceforge.net/projects/ejbdoclet";>EJBDoclet</link>)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to