Update of /cvsroot/mocklib/mocklib3/input/javasrc/biz/xsoftware/mock
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31858/input/javasrc/biz/xsoftware/mock
Modified Files:
ExpectFailedException.java
Log Message:
change build template
Index: ExpectFailedException.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib3/input/javasrc/biz/xsoftware/mock/ExpectFailedException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ExpectFailedException.java 10 Sep 2006 18:25:52 -0000 1.1
--- ExpectFailedException.java 5 Dec 2007 04:55:31 -0000 1.2
***************
*** 42,47 ****
public static final String UNEXPECTED_ON_NONE = "Another method was called when no methods should have been called";
! private String reason;
! private CalledMethod[] methods;
--- 42,47 ----
public static final String UNEXPECTED_ON_NONE = "Another method was called when no methods should have been called";
! private final String reason;
! private final CalledMethod[] methods;
|