01: package net.sf.mockcreator.dumby;
02:
03: public class F5 extends net.sf.mockcreator.dumby.Dumby5 {
04: private final static String MOCK_CREATOR_ALERT = "Class net.sf.mockcreator.dumby.F5 is a dumby generated by MockCreator. Ensure you dont deploy it onto a real system instead of the actual class";
05:
06: public F5(java.lang.String p0)
07: throws java.lang.IllegalArgumentException,
08: java.lang.IllegalStateException {
09: super ((java.lang.String) null);
10: }
11:
12: public F5() throws java.lang.IllegalArgumentException,
13: java.lang.IllegalStateException {
14: super ((java.lang.String) null);
15: }
16:
17: private static String getClassObjectMethodSignature(String method) {
18: return "net.sf.mockcreator.dumby.MockF5" + "#" + method;
19: }
20:
21: public void foo2() {
22: throw new net.sf.mockcreator.exceptions.MockException(
23: MOCK_CREATOR_ALERT);
24: }
25: }
|