| Article: |
Subverting Java Access Protection for Unit Testing | |
| Subject: | how to access inherited fields | |
| Date: | 2006-02-13 07:39:47 | |
| From: | Ulrich_Scholz | |
|
The proposed method works for fields of a class. But how to access inherited fields from an abstract super class?
|
||
Showing messages 1 through 1 of 1.
-
how to access inherited fields
2006-03-16 03:29:41 luano [View]
how about the getSuperclass() method of Class


