summaryrefslogtreecommitdiffstats
path: root/test/004-JniTest/expected.txt
blob: 49d9cc0d5ae2957222ca623bed5f96e5f6aebf01 (plain)
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
29
Super.<init>
Super.<init>
Subclass.<init>
Super.<init>
Super.<init>
Subclass.<init>
Super.<init>
RUNNING super object, super class, super nonstatic
Super.nonstaticMethod
PASSED super object, super class, super nonstatic
Super.<init>
RUNNING super object, sub class, super nonstatic
Super.nonstaticMethod
PASSED super object, sub class, super nonstatic
Super.<init>
Subclass.<init>
RUNNING sub object, super class, super nonstatic
Super.nonstaticMethod
PASSED sub object, super class, super nonstatic
Super.<init>
Subclass.<init>
RUNNING sub object, sub class, super nonstatic
Super.nonstaticMethod
PASSED sub object, sub class, super nonstatic
Super.<init>
Subclass.<init>
RUNNING sub object, sub class, sub nonstatic
Subclass.nonstaticMethod
PASSED sub object, sub class, sub nonstatic