JUnit 3.8.1

Uses of Class
junit.framework.TestCase

Packages that use TestCase
junit.extensions   
junit.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 junit.framework
 

Methods in junit.framework with parameters of type TestCase
protected  void TestResult.run(TestCase test)
          Runs a TestCase.
 


JUnit 3.8.1