Package junitx.framework

Interface Summary
TestPackage A marker interface for classes collecting classes extending TestCase.
 

Class Summary
PrivateTestCase PrivateTestCase is the parent class of all test cases you supply in order to test private code.
TestedClass TestedClass contains new methods for managing a tested class through a TestProxy as well as some wrappers to access methods of the original Class implementation.
TestProxy The TestProxyImpl is beeing used to create a TestProxy in each package which contains testcases of package private classes which should be tested.
 

Exception Summary
TestAccessException The TestAccessException is beeing thrown instead of the bunch of exceptions concerning the reflection API.