Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26542/input/javasrc/biz/xsoftware/mock2
Modified Files:
Tag: branchForOffice
MockObject.java
Log Message:
verify() method add throws Exception
Index: MockObject.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2/MockObject.java,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -C2 -d -r1.2.2.4 -r1.2.2.5
*** MockObject.java 18 Jan 2006 09:45:32 -0000 1.2.2.4
--- MockObject.java 22 Feb 2006 14:14:00 -0000 1.2.2.5
***************
*** 143,149 ****
* @param timeout
* the time set for waitting the call
* @throws InterruptedException
*/
! public void verify() throws InterruptedException;
/**
--- 143,151 ----
* @param timeout
* the time set for waitting the call
+ * @throws Throwable
* @throws InterruptedException
+ * @throws Throwable
*/
! public void verify() throws Exception;
/**
|