01: package net.sf.mockcreator.dumby;
02:
03: public class LimitedDepth extends
04: net.sf.mockcreator.dumby.LimitedDepthSuper {
05: private final static String MOCK_CREATOR_ALERT = "Class net.sf.mockcreator.dumby.LimitedDepth is a dumby generated by MockCreator. Ensure you dont deploy it onto a real system instead of the actual class";
06:
07: public LimitedDepth() {
08: super ();
09: }
10:
11: private static String getClassObjectMethodSignature(String method) {
12: return "net.sf.mockcreator.dumby.MockLimitedDepth" + "#"
13: + method;
14: }
15: }
|