From: Jeff M. <cus...@us...> - 2002-08-29 12:57:54
|
Update of /cvsroot/mockobjects/mockobjects-java/doc/html In directory usw-pr-cvs1:/tmp/cvs-serv23730/html Modified Files: template.txt Added Files: faq.html Log Message: Added faq page --- NEW FILE: faq.html --- <ul> <li> <h3>What's a mock object?</h3> <p> It's a thing! </p> </li> <li> <h3>What's an expectation?</h3> <p> It's another thing! </p> </li> <li> <h3>Why should I bother?</h3> <p> </p> </li> <li> <h3>Why do I have to call setup???? to instead of set??? to add something to a map?</h3> <p> </p> </li> <li> <h3>Who do I contribute changes back to the mock objects project?</h3> <p> </p> </li> <li> <h3>What does it mean when I get a NotImplementedException?</h3> <p> </p> </li> <li> <h3>How do I write a mock?</h3> <p> </p> </li> <li> <h3>Why don't mocks verify their expectations?</h3> <p> </p> </li> <li> <h3>What are the alt.* packages for?</h3> <p> </p> </li> <li> <h3>What do I do if I can't find a mock for a class?</h3> <p> </p> </li> <li> <h3>Are there any tools to help create mocks?</h3> <p> </p> </li> <li> <h3>Why are the internals of mock private when there just test classes?</h3> <p> </p> </li> </ul> Index: template.txt =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/doc/html/template.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- template.txt 29 Aug 2002 12:17:21 -0000 1.1 +++ template.txt 29 Aug 2002 12:57:50 -0000 1.2 @@ -24,10 +24,9 @@ td.c7 '{'color: #ffffff; font-family: arial,helvetica,sanserif; font-size: 119%'}' li.c6 '{'list-style: none'}' - a.c5 '{'font-size: 80%'}' + a.menu '{'font-size: 80%'}' span.c4 '{'font-family: arial,helvetica,sanserif'}' span.c3 '{'font-size: 80%'}' - span.c2 '{'color: #000000; font-size: 119%'}' span.c1 '{'font-size: 64%'}' </style> </head> @@ -60,79 +59,32 @@ </td> <td nowrap="1" valign="top" width="14%"> - <span class="c1">Last update : September 8 - 2001</span><br> - <span class="c4"><br> - <span class="c2">About</span><br> - </span> - <ul class="noindent"> - <li><a href="./index.html" class="c5">Home</a></li> +<h4>About</h4> + <a href="./index.html" class="menu">Home</a><br> + <a href="./todo.html" class="menu">Roadmap/Todo</a><br> + <a href="./changes.html" class="menu">Changes</a><br> + <a href="./license.html" class="menu">License</a><br> + +<h4>Downloads</h4> + <a href="./downloads.html" class="menu">Downloads</a><br> + +<h4>Documentation</h4> + <a href="./endotesting.html" class="menu">Introduction</a><br> + <a href="./faq.html" class="menu">FAQ</a><br> + <a href="./papers.html" class="menu">Papers</a><br> + <a href="./naming_conventions.html" class="menu">Naming conventions</a><br> + <a target="" href="javadoc/index.html" class="menu">API Reference</a><br> + +<h4>Support</h4> + <a target="" href="http://sourceforge.net/tracker/?atid=118189&group_id=18189&func=browse" class="menu">Bug database</a><br> + <a target="" href="http://sourceforge.net/mail/?group_id=18189" class="menu">Mailing list</a><br> + +<h4>Developers</h4> + <a target="" href="http://sourceforge.net/cvs/?group_id=18189" class="menu">CVS</a><br> + <a href="./coding_conventions.html" class="menu">Coding conventions</a><br> + <a href="./release_process.html" class="menu">Release process</a><br> - <li><a href="./todo.html" class= - "c5">Roadmap/Todo</a></li> - - <li><a href="./changes.html" class= - "c5">Changes</a></li> - - <li><a href="./license.html" class= - "c5">License</a></li> - - <li class="c6"><br> - <br> - <span class="c2">Downloads</span><br> - </li> - - <li><a href="./downloads.html" class= - "c5">Downloads</a></li> - - <li class="c6"><br> - <br> - <span class="c2">Documentation</span><br> - </li> - - <li><a href="./endotesting.html" class= - "c5">Introduction</a></li> - - <li><a href="./papers.html" class="c5">Papers</a></li> - - <li><a href="./naming_conventions.html" class= - "c5">Naming conventions</a></li> - - <li><a target="" href="javadoc/index.html" class= - "c5">API Reference</a></li> - - <li class="c6"><br> - <br> - <span class="c2">Support</span><br> - </li> - - <li><a target="" href= - "http://sourceforge.net/tracker/?atid=118189&group_id=18189&func=browse" - class="c5">Bug database</a></li> - - <li><a target="" href= - "http://sourceforge.net/mail/?group_id=18189" class= - "c5">Mailing list</a></li> - - <li class="c6"><br> - <br> - <span class="c2">Developers</span><br> - </li> - - <li><a target="" href= - "http://sourceforge.net/cvs/?group_id=18189" class= - "c5">CVS</a></li> - - <li><a href="./coding_conventions.html" class= - "c5">Coding conventions</a></li> - - <li><a href="./release_process.html" class="c5">Release - process</a></li> - - <li class="c6"><br> - </li> - </ul> </td> <td align="left" valign="top" width="*"> |