Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1638/input/javasrc/biz/xsoftware/mock2
Added Files:
Tag: branchForOffice
Messages.java
Log Message:
addition of commented out test for Jay to implement.
--- NEW FILE: Messages.java ---
package biz.xsoftware.mock2;
public class Messages {
private Messages() {}
public static final String VERIFY_NOT_CALLED = "MockObject.verify() must be called before accessing and of the methods on CalledMethod object";
}
|