Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6177/input/javasrc/biz/xsoftware/mock2
Modified Files:
MockObject.java
Log Message:
changed implementation from branch and merged the second one to HEAD
Index: MockObject.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2/MockObject.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MockObject.java 16 Feb 2006 15:37:35 -0000 1.3
--- MockObject.java 23 Feb 2006 11:36:32 -0000 1.4
***************
*** 143,149 ****
* @param timeout
* the time set for waitting the call
- * @throws InterruptedException
*/
! public void verify() throws InterruptedException;
/**
--- 143,148 ----
* @param timeout
* the time set for waitting the call
*/
! public void verify();
/**
|