Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4274/xsoftware/mock2
Modified Files:
Tag: branchForOffice
MockObject.java
Log Message:
change back api to original api. api is agreed upon by C# and Java impl, and we should discuss if changes are needed. We are 90% sure no changes to the api are needed.
Index: MockObject.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2/MockObject.java,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -d -r1.2.2.2 -r1.2.2.3
*** MockObject.java 17 Jan 2006 07:58:27 -0000 1.2.2.2
--- MockObject.java 18 Jan 2006 01:46:29 -0000 1.2.2.3
***************
*** 144,148 ****
* the time set for waitting the call
*/
! public void verify(String methodName,long timeout);
/**
--- 144,148 ----
* the time set for waitting the call
*/
! public void verify();
/**
|