1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| foo_A
| foo_A
| foo_A
| foo_B
| privateRyan_D
| Received WrongMethodTypeException exception
| G.sayHi()
| G.sayHi()
| G.sayHi()
| F.sayHi()
| F.sayHi()
| H.chatter()
| H.chatter()
| H.chatter()
| Chatty.chatter()
| Chatty.chatter()
| String constructors done.
| testReturnValues done.
| testReferenceReturnValueConversions done.
| testPrimitiveReturnValueConversions done.
| Hi
| Hi
| Hi
| Hi
| Expect Hi here: Hi
| Don't expect Hi now
| [3, 2, 1]
| [1, 2, 3]
|
|