From: Jeff M. <cus...@us...> - 2002-03-28 18:16:58
|
Update of /cvsroot/mockobjects/mockobjects-java/src/core/com/mockobjects In directory usw-pr-cvs1:/tmp/cvs-serv6890/core/com/mockobjects Modified Files: Verifiable.java Log Message: More documentaion changes from Francois Beausoleil Index: Verifiable.java =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/src/core/com/mockobjects/Verifiable.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Verifiable.java 27 Aug 2001 01:14:31 -0000 1.2 +++ Verifiable.java 28 Mar 2002 18:16:54 -0000 1.3 @@ -4,7 +4,7 @@ * A <em>Verifiable</em> is an object that can confirm at the end of a unit test that * the correct behvaiour has occurred. * - * @see com.mockobjects.util.Verifiable to check all the Verifiables in an object. + * @see com.mockobjects.util.Verifier Verifier to check all the Verifiables in an object. */ public interface Verifiable { |