From: Steve F. <sm...@us...> - 2001-08-27 02:43:37
|
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> |
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 > |
From: Steve F. <st...@m3...> - 2001-08-27 11:22:24
|
RnJvbTogIlZpbmNlbnQgTWFzc29sIiA8dm1hc3NvbEBvY3RvLmNvbT4NCj4gMiB0aGluZ3MgOg0K PiAqIGlmIHlvdSBtb2RpZnkgZG9jLWJvb2sueG1sLCB5b3Ugc2hvdWxkIGFsc28gbW9kaWZ5IHNp dGUtYm9vay54bWwgKHlvdSBjYW4NCj4gZmFjdG9yaXNlIHRoZSAyIGlmIHlvdSB3aXNoIHdpdGgg YW4gWE1MIGZyYWdtZW50KQ0KDQppdCB3YXMgb25seSBwdW5jdHVhdGlvbiwgbm8gY29udGVudHMu DQoNCj4gKiBJIGhhZCBwdXQgIldoYXQgYXJlIE1vY2sgT2JqZWN0cyIgYXMgdGhlIHRpdGxlIGJ1 dCByZW1vdmVkIGl0IGJlY2F1c2UgaXQNCj4gd2FzIHRvbyBsYXJnZSAoSSBzZWVtIHRvIHJlbWVt YmVyKS4gSGF2ZSB5b3UgdHJpZWQgaXQgYnkgZ2VuZXJhdGluZyB0aGUgZG9jDQoNCnNvcnJ5LCBp dCB3YXMgbGF0ZS4gd2UgaGF2ZSB0byBmaW5kIHNvbWV0aGluZyBlbHNlLCB0aGVuLCBiZWNhdXNl IFdoYXQgSXMgSXQ/IGRvZXNuJ3QgcmVhbGx5IG1ha2Ugc2Vuc2UuDQoNCg0K |
From: Vincent M. <vm...@oc...> - 2001-08-27 11:32:30
|
----- Original Message ----- From: "Steve Freeman" <st...@m3...> To: <moc...@li...> Sent: Monday, August 27, 2001 12:01 PM Subject: Re: [Mockobjects-java-dev] CVS: mockobjects-java/doc/xdocs doc-book.xml,1.8,1.9 index.xml,1.12,1.13 > From: "Vincent Massol" <vm...@oc...> > > 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) > > it was only punctuation, no contents. still the 2 files need to be kept in sync. > > > * 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 > > sorry, it was late. we have to find something else, then, because What Is It? doesn't really make sense. Yep, I agree, I was not very pleased with "What is it ?" either ... :) Some propositions : - Mock Objects - Getting Started - Philosophy - The Story - A definition - Introduction .... -Vincent |
From: Steve F. <st...@m3...> - 2001-08-31 14:06:34
|
PiA+IEZyb206ICJWaW5jZW50IE1hc3NvbCIgPHZtYXNzb2xAb2N0by5jb20+DQo+ID4gPiAyIHRo aW5ncyA6DQo+ID4gPiAqIGlmIHlvdSBtb2RpZnkgZG9jLWJvb2sueG1sLCB5b3Ugc2hvdWxkIGFs c28gbW9kaWZ5IHNpdGUtYm9vay54bWwgKHlvdQ0KPiBjYW4NCj4gPiA+IGZhY3RvcmlzZSB0aGUg MiBpZiB5b3Ugd2lzaCB3aXRoIGFuIFhNTCBmcmFnbWVudCkNCj4gPg0KPiA+IGl0IHdhcyBvbmx5 IHB1bmN0dWF0aW9uLCBubyBjb250ZW50cy4NCj4gDQo+IHN0aWxsIHRoZSAyIGZpbGVzIG5lZWQg dG8gYmUga2VwdCBpbiBzeW5jLg0KDQpkbyB5b3UgbWVhbiB0aGUgdmVyc2lvbiBudW1iZXJzLCBv ciBzb21ldGhpbmc/DQoNCj4gPiBzb3JyeSwgaXQgd2FzIGxhdGUuIHdlIGhhdmUgdG8gZmluZCBz b21ldGhpbmcgZWxzZSwgdGhlbiwgYmVjYXVzZSBXaGF0IElzDQo+IEl0PyBkb2Vzbid0IHJlYWxs eSBtYWtlIHNlbnNlLg0KPiANCj4gWWVwLCBJIGFncmVlLCBJIHdhcyBub3QgdmVyeSBwbGVhc2Vk IHdpdGggIldoYXQgaXMgaXQgPyIgZWl0aGVyIC4uLiA6KQ0KPiBTb21lIHByb3Bvc2l0aW9ucyA6 DQo+IC0gTW9jayBPYmplY3RzDQo+IC0gR2V0dGluZyBTdGFydGVkDQo+IC0gUGhpbG9zb3BoeQ0K PiAtIFRoZSBTdG9yeQ0KPiAtIEEgZGVmaW5pdGlvbg0KPiAtIEludHJvZHVjdGlvbg0KDQpob3cg YWJvdXQgSW50cm9kdWN0aW9uPw0KUy4NCg== |
From: Vincent M. <vm...@oc...> - 2001-08-31 17:34:25
|
Hi Steve, ----- Original Message ----- From: "Steve Freeman" <st...@m3...> To: <moc...@li...> Sent: Thursday, August 30, 2001 10:33 PM Subject: Re: [Mockobjects-java-dev] CVS: mockobjects-java/doc/xdocs doc-book.xml,1.8,1.9 index.xml,1.12,1.13 > > > From: "Vincent Massol" <vm...@oc...> > > > > 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) > > > > > > it was only punctuation, no contents. > > > > still the 2 files need to be kept in sync. > > do you mean the version numbers, or something? I mean that if you add a menu item or change a label in one of these 2 files you need to reflect that change to the other one because they are not sharing an XML fragment at the currrent time (or factorise them using an XML fragment ...). > > > > sorry, it was late. we have to find something else, then, because What Is > > It? doesn't really make sense. > > > > Yep, I agree, I was not very pleased with "What is it ?" either ... :) > > Some propositions : > > - Mock Objects > > - Getting Started > > - Philosophy > > - The Story > > - A definition > > - Introduction > > how about Introduction? fine with me. > S. > 2¡rjzS,´'yuS²q®z¶-²¢-³²~¡n¶½ -Vincent #{#~[{[|{|[|`[{~{#~#%µ¨£µ¨ (my signature is not as nice as yours ... :) ) |