Uses of Class
junit.framework.Assert

Packages that use Assert
junit.extensions   
junit.framework   
junitx.framework   
 

Uses of Assert in junit.extensions
 

Subclasses of Assert in junit.extensions
 class ExceptionTestCase
          A TestCase that expects an Exception of class fExpected to be thrown.
 class RepeatedTest
          A Decorator that runs a test repeatedly.
 class TestDecorator
          A Decorator for Tests.
 class TestSetup
          A Decorator to set up and tear down additional fixture state.
 

Uses of Assert in junit.framework
 

Subclasses of Assert in junit.framework
 class TestCase
          A test case defines the fixture to run multiple tests.
 

Uses of Assert in junitx.framework
 

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