|
From: Colin K. <col...@us...> - 2004-06-24 05:03:40
|
Update of /cvsroot/nmock/website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20519 Modified Files: index.html Log Message: - Modified text to include more of a description of what NMock is. Index: index.html =================================================================== RCS file: /cvsroot/nmock/website/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.html 10 Nov 2002 14:07:28 -0000 1.2 --- index.html 24 Jun 2004 05:03:29 -0000 1.3 *************** *** 1 **** ! <p>NMock is a dynamic mock-object library for .NET</p> --- 1,4 ---- ! <p>NMock is a dynamic mock-object library for .NET. Its purpose is to ! provide a clean API for rapidly creating mock implementations of custom ! objects and verifying that objects interact with them correctly from ! unit tests.</p> \ No newline at end of file |