Uses of Class
junit.framework.Assert
-
Packages that use Assert Package Description junit.extensions Provides extended functionality for JUnit v3.x.junit.framework Provides JUnit v3.x core classes. -
-
Uses of Assert in junit.extensions
Subclasses of Assert in junit.extensions Modifier and Type Class Description 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 Modifier and Type Class Description class
TestCase
A test case defines the fixture to run multiple tests.
-