From: Jeff M. <cus...@us...> - 2002-04-15 17:08:30
|
Update of /cvsroot/mockobjects/mockobjects-java/doc/xdocs In directory usw-pr-cvs1:/tmp/cvs-serv30602/doc/xdocs Modified Files: coding_conventions.xml Log Message: Added doc patch from Ringo (rin...@me...) Index: coding_conventions.xml =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/doc/xdocs/coding_conventions.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- coding_conventions.xml 22 Aug 2001 10:36:45 -0000 1.4 +++ coding_conventions.xml 15 Apr 2002 15:18:33 -0000 1.5 @@ -234,5 +234,13 @@ </s1> + <s1 title="Unit test code"> + <p> + The name of all unit test classes must end in <code>Test</code>. + These classes together with classes named <code>AllTests</code> will + get special treatment from the Ant build file. + </p> + <s1> + </body> </document> |