From: Vincent M. <vm...@oc...> - 2001-08-27 07:32:57
|
Hi Steve, 2 things : * if you modify doc-book.xml, you should also modify site-book.xml (you can factorise the 2 if you wish with an XML fragment) * I had put "What are Mock Objects" as the title but removed it because it was too large (I seem to remember). Have you tried it by generating the doc ? -Vincent ----- Original Message ----- From: "Steve Freeman" <sm...@us...> To: <moc...@li...> Sent: Monday, August 27, 2001 3:43 AM Subject: [Mockobjects-java-dev] CVS: mockobjects-java/doc/xdocs doc-book.xml,1.8,1.9 index.xml,1.12,1.13 > Update of /cvsroot/mockobjects/mockobjects-java/doc/xdocs > In directory usw-pr-cvs1:/tmp/cvs-serv4550 > > Modified Files: > doc-book.xml index.xml > Log Message: > Small tidy-ups > > Index: doc-book.xml > =================================================================== > RCS file: /cvsroot/mockobjects/mockobjects-java/doc/xdocs/doc-book.xml,v > retrieving revision 1.8 > retrieving revision 1.9 > diff -u -r1.8 -r1.9 > --- doc-book.xml 2001/08/21 11:41:27 1.8 > +++ doc-book.xml 2001/08/27 02:43:33 1.9 > @@ -17,7 +17,7 @@ > </menu> > > <menu label="Documentation"> > - <menu-item label="What is it ?" source="endotesting.xml"/> > + <menu-item label="What are Mock Objects?" source="endotesting.xml"/> > <menu-item label="Naming conventions" source="naming_conventions.xml"/> > <menu-item type="external" label="API Reference" href="javadoc/index.html"/> > </menu> > > Index: index.xml > =================================================================== > RCS file: /cvsroot/mockobjects/mockobjects-java/doc/xdocs/index.xml,v > retrieving revision 1.12 > retrieving revision 1.13 > diff -u -r1.12 -r1.13 > --- index.xml 2001/08/11 14:51:59 1.12 > +++ index.xml 2001/08/27 02:43:33 1.13 > @@ -27,14 +27,14 @@ > A core mock objects framework. This is a library of code that > supports the implementation of mock objects. It is based around > a set of expectation classes for values and collections. There are > - also various other classes to make mock objects easier to write or to > + also various other classes to make mock objects easier to write or to > use. > </li> > <li> > A methodology for developing and using mock objects. > </li> > <li> > - A default set of mock implementation for the standard Java platform > + A default set of mock implementation for the standard Java platform > APIs. We have made a start on packages such as servlets, sql, and io. > </li> > <li> > @@ -50,12 +50,12 @@ > <p> > Our larger goal is to make > <link href="www.mockobjects.com">www.mockobjects.com</link> > - <em>the</em> point of reference for ideas and tools for unit testing > - particularly based on Mock Objects. Our first implementation is in > - Java, largely because that's what we've been working in, but also > - because it has a stable set of API's that are amenable to writing > - Mock Objects. We intend to apply these techniques to > - other languages and environments. > + <em>the</em> point of reference for ideas and tools for unit testing > + particularly based on Mock Objects. Our first implementation is in > + Java, largely because that's what we've been working in, but also > + because it has a stable set of APIs that are suitable for writing > + Mock Objects. We have applied these techniques to > + other environments and intend to publish the results here. > </p> > </s1> > > @@ -67,7 +67,7 @@ > <td> > The Mock Objects project now has a user web site. > We are committed to building > - a thriving framework and community around Mock Objects! > + a thriving framework and community around Mock Objects. > Of course we're looking for help ... > </td> > </tr> > > > _______________________________________________ > Mockobjects-java-dev mailing list > Moc...@li... > http://lists.sourceforge.net/lists/listinfo/mockobjects-java-dev > |