Uses of Class
junit.framework.TestCase

Packages that use TestCase
junit.extensions   
junitx.framework   
 

Uses of TestCase in junit.extensions
 

Subclasses of TestCase in junit.extensions
 class ExceptionTestCase
          A TestCase that expects an Exception of class fExpected to be thrown.
 

Uses of TestCase in junitx.framework
 

Subclasses of TestCase in junitx.framework
 class PrivateTestCase
          PrivateTestCase is the parent class of all test cases you supply in order to test private code.