01: package net.sf.mockcreator.dumby;
02:
03: public class F0 extends java.lang.Object implements
04: net.sf.mockcreator.dumby.Dumby0 {
05: private final static String MOCK_CREATOR_ALERT = "Class net.sf.mockcreator.dumby.F0 is a dumby generated by MockCreator. Ensure you dont deploy it onto a real system instead of the actual class";
06:
07: public F0() {
08: super ();
09: }
10:
11: private static String getClassObjectMethodSignature(String method) {
12: return "net.sf.mockcreator.dumby.MockF0" + "#" + method;
13: }
14:
15: public boolean getFalse() {
16: throw new net.sf.mockcreator.exceptions.MockException(
17: MOCK_CREATOR_ALERT);
18: }
19: }
|