Your Account
You need to enable JavaScript to view more than 15 articles by this author.
Subverting Java Access Protection for Unit Testing Publish Date: Nov. 12, 2003
Ross Burton describes how to use reflection to subvert Java class-member access protection to improve unit testing, by accessing private and protected members as required.