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
|