Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19153/input/javasrc/biz/xsoftware/mock2
Modified Files:
Messages.java
Log Message:
get dean's 2 test pass , add expectFailedException to mocklib2
Index: Messages.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2/Messages.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Messages.java 21 Mar 2006 09:25:33 -0000 1.4
--- Messages.java 6 Apr 2006 15:25:09 -0000 1.5
***************
*** 10,13 ****
--- 10,15 ----
public static final String METHOD_CAN_NOT_ACCESS="Mocklib can not retrive the method you defined in your "+
"Behavior Implementation class, Please make sure the method is accessable";
+ public static final String TOO_MANY_METHODS_CALLED="too many methods called while less method expected";
+ public static final String ORDER_EXCEPTION="methods called or methods expected is in wrong order";
}
|