1Super.<init>
2Super.<init>
3Subclass.<init>
4Super.<init>
5Super.<init>
6Subclass.<init>
7Super.<init>
8RUNNING super object, super class, super nonstatic
9Super.nonstaticMethod
10PASSED super object, super class, super nonstatic
11Super.<init>
12RUNNING super object, sub class, super nonstatic
13Super.nonstaticMethod
14PASSED super object, sub class, super nonstatic
15Super.<init>
16Subclass.<init>
17RUNNING sub object, super class, super nonstatic
18Super.nonstaticMethod
19PASSED sub object, super class, super nonstatic
20Super.<init>
21Subclass.<init>
22RUNNING sub object, sub class, super nonstatic
23Super.nonstaticMethod
24PASSED sub object, sub class, super nonstatic
25Super.<init>
26Subclass.<init>
27RUNNING sub object, sub class, sub nonstatic
28Subclass.nonstaticMethod
29PASSED sub object, sub class, sub nonstatic
30