Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4927/input/javasrc/biz/xsoftware/mock2
Modified Files:
Tag: branchForOffice
MockObject.java
Log Message:
check in to implements at office :)
Index: MockObject.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2/MockObject.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** MockObject.java 7 Jan 2006 15:13:39 -0000 1.2
--- MockObject.java 13 Jan 2006 16:33:18 -0000 1.2.2.1
***************
*** 141,146 ****
/**
* Verifies that the expected methods are called within the timeout.
*/
! public void verify();
/**
--- 141,148 ----
/**
* Verifies that the expected methods are called within the timeout.
+ * @param timeout
+ * the time set for waitting the call
*/
! public void verify(long timeout);
/**
|