blob: ddda58b1617ed9264dd0c24e430280da70afdee8 [file] [log] [blame]
Ian Rogers466bb252011-10-14 03:29:56 -07001ReturnsAndArgPassing.testProxyReturns RUNNING
2ReturnsAndArgPassing.testProxyReturns PASSED
3ReturnsAndArgPassing.testProxyArgPassing RUNNING
4ReturnsAndArgPassing.testProxyArgPassing PASSED
jeffhao5d1ac922011-09-29 17:41:15 -07005Invoke public abstract void Shapes.circle(int)
6 0: 3
7--- circle 3
8Success: method circle res=null
9Invoke public abstract int Quads.rectangle(int,int)
10 0: 10
11 1: 20
12--- rectangle 10,20
13Success: method rectangle res=4
14Invoke public abstract java.lang.String Shapes.blob()
15 (no args)
16--- blob
17Success: method blob res=mix
18Invoke public abstract int Quads.rectangle(int,int)
19 0: 15
20 1: 25
21--- rectangle 15,25
22Success: method rectangle res=4
23Invoke public abstract int Quads.trapezoid(int,double,int)
24 0: 6
25 1: 81.18
26 2: 4
27--- trap 6,4,81.18
28Success: method trapezoid res=8
29Invoke public abstract int Colors.red(float)
30 0: 1.0
31--- red 1.0
32Success: method red res=0
33Invoke public abstract double Colors.blue(int)
34 0: 777
35--- blue 777
36Success: method blue res=2.54
37Invoke public abstract int Colors.mauve(java.lang.String)
38 0: sorry
39--- mauve sorry
40Success: method mauve res=3
41Invoke public abstract java.lang.String Shapes.blob()
42 (no args)
43--- blob
44Success: method blob res=mix
45Invoke public abstract void Shapes.upChuck()
46 (no args)
47Got expected ioobe
48Invoke public abstract void Shapes.upCheck() throws java.lang.InterruptedException
49 (no args)
50Got expected ie
51
Jesse Wilsonecbce8f2011-10-21 19:57:36 -040052Proxy methods: [public final java.lang.String $Proxy1.blob(), public final double $Proxy1.blue(int), public final R0a $Proxy1.checkMe(), public final R0aa $Proxy1.checkMe(), public final R0base $Proxy1.checkMe(), public final void $Proxy1.circle(int), public final boolean $Proxy1.equals(java.lang.Object), public final int $Proxy1.green(double), public final int $Proxy1.hashCode(), public final int $Proxy1.mauve(java.lang.String), public final int $Proxy1.rectangle(int,int), public final int $Proxy1.red(float), public final int $Proxy1.square(int,int), public final java.lang.String $Proxy1.toString(), public final int $Proxy1.trapezoid(int,double,int), public final void $Proxy1.upCheck() throws java.lang.InterruptedException, public final void $Proxy1.upChuck()]
jeffhao5d1ac922011-09-29 17:41:15 -070053Decl annos: []
Ian Rogers466bb252011-10-14 03:29:56 -070054Param annos (0) : []
jeffhao5d1ac922011-09-29 17:41:15 -070055Dupe threw expected exception
56Clash threw expected exception
57Clash2 threw expected exception
58Clash3 threw expected exception
59Clash4 threw expected exception
60Invoke public abstract void InterfaceW1.throwFunky()
61 (no args)
62Got expected UTE
63Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodException,java.io.IOException
64 (no args)
65Got expected IOE
66Invoke public abstract void InterfaceW1.throwFunky2() throws BaseException,java.lang.NoSuchMethodException,java.io.IOException
67 (no args)
68Got expected IOE
69Invoke public abstract void InterfaceW1.throwException() throws BaseException
70 (no args)
71Got expected UTE
72Invoke public abstract void InterfaceW1.throwBase() throws BaseException
73 (no args)
74Got expected UTE
75Invoke public abstract void InterfaceW1.throwSub() throws BaseException
76 (no args)
77Got expected exception
78Invoke public abstract void InterfaceW1.throwSubSub() throws BaseException
79 (no args)
80Got expected exception
81Invoke public abstract void InterfaceW1.bothThrowBase() throws BaseException,SubException,SubSubException
82 (no args)
83Got expected exception