01: package net.sf.mockcreator.dumby;
02:
03: public abstract class Dumby5 extends net.sf.mockcreator.dumby.Dumby4 {
04: private final static String MOCK_CREATOR_ALERT = "Class net.sf.mockcreator.dumby.Dumby5 is a dumby generated by MockCreator. Ensure you dont deploy it onto a real system instead of the actual class";
05:
06: public Dumby5(java.lang.String p0)
07: throws java.lang.IllegalArgumentException,
08: java.lang.IllegalStateException {
09: super ((java.lang.String) null);
10: }
11:
12: public Dumby5(boolean p0, java.lang.Boolean p1) {
13: super (false, (java.lang.Boolean) null);
14: }
15:
16: public Dumby5(long p0) {
17: super ((long) 0);
18: }
19:
20: public Dumby5() {
21: super ();
22: }
23:
24: private static String getClassObjectMethodSignature(String method) {
25: return "net.sf.mockcreator.dumby.MockDumby5" + "#" + method;
26: }
27:
28: public java.lang.String[] foo() {
29: throw new net.sf.mockcreator.exceptions.MockException(
30: MOCK_CREATOR_ALERT);
31: }
32:
33: public void foo2() {
34: throw new net.sf.mockcreator.exceptions.MockException(
35: MOCK_CREATOR_ALERT);
36: }
37:
38: public void nativeMethod()
39: throws java.lang.IllegalArgumentException,
40: java.lang.IllegalStateException {
41: throw new net.sf.mockcreator.exceptions.MockException(
42: MOCK_CREATOR_ALERT);
43: }
44:
45: public java.lang.String s1(java.lang.String p0) {
46: throw new net.sf.mockcreator.exceptions.MockException(
47: MOCK_CREATOR_ALERT);
48: }
49:
50: public long s2(java.lang.String p0, java.lang.Long p1) {
51: throw new net.sf.mockcreator.exceptions.MockException(
52: MOCK_CREATOR_ALERT);
53: }
54:
55: public boolean s3(java.lang.String p0, int p1) {
56: throw new net.sf.mockcreator.exceptions.MockException(
57: MOCK_CREATOR_ALERT);
58: }
59:
60: public java.lang.Boolean s4(java.lang.String p0, int p1, int[] p2) {
61: throw new net.sf.mockcreator.exceptions.MockException(
62: MOCK_CREATOR_ALERT);
63: }
64:
65: public void s5(int[][] p0) {
66: throw new net.sf.mockcreator.exceptions.MockException(
67: MOCK_CREATOR_ALERT);
68: }
69: }
|