Update of /cvsroot/mockobjects/mockobjects-java/doc/html
In directory usw-pr-cvs1:/tmp/cvs-serv5146/html
Modified Files:
papers.html
Log Message:
Added developer works paper on mockobjects and aspectj
Index: papers.html
===================================================================
RCS file: /cvsroot/mockobjects/mockobjects-java/doc/html/papers.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- papers.html 29 Aug 2002 12:17:21 -0000 1.1
+++ papers.html 3 Sep 2002 10:01:49 -0000 1.2
@@ -1,4 +1,4 @@
-<h1>Papers</h1>
+<h1>Papers & Articles</h1>
<p>
This is a collection of papers on Mock
Objects style and practice.</p>
@@ -13,6 +13,23 @@
do. It also shows how an approach based on Mock Objects can lead to
more rigourous unit testing and, I believe, better structured code
than working with a real database.
+</p>
+<p>
<i>Steve Freeman</i></p>
+</li>
+<li>
+<a href="http://www-106.ibm.com/developerworks/java/library/j-aspectj2/?open&l=007,t=gr">Test flexibly with AspectJ and mock objects</a>
+<p>
+Programmers who have incorporated unit testing into their development process
+know the advantages it brings: cleaner code, courage to refactor, and higher
+velocity. But even the most die-hard unit testers can falter when faced with
+testing a class that relies on system state for its behavior. Nicholas Lesiecki,
+a respected Java programmer and leader in the XP community, introduces the
+problems surrounding test-case isolation and shows us how to use mock objects
+and AspectJ to develop precise and robust unit tests.
+</p>
+<p>
+<i>Nicholas Lesiecki</i>
+</p>
</li>
</ul>
|