Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2300/input/javasrc/biz/xsoftware/mock2
Modified Files:
Tag: branchForOffice
MockObject.java
Log Message:
make the first test pass, but need to improve the code. the code checked in is really ungraceful
Index: MockObject.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2/MockObject.java,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -d -r1.2.2.1 -r1.2.2.2
*** MockObject.java 13 Jan 2006 16:33:18 -0000 1.2.2.1
--- MockObject.java 17 Jan 2006 07:58:27 -0000 1.2.2.2
***************
*** 144,148 ****
* the time set for waitting the call
*/
! public void verify(long timeout);
/**
--- 144,148 ----
* the time set for waitting the call
*/
! public void verify(String methodName,long timeout);
/**
|