Uses of Class
junit.extensions.TestDecorator
-
Packages that use TestDecorator Package Description junit.extensions Provides extended functionality for JUnit v3.x. -
-
Uses of TestDecorator in junit.extensions
Subclasses of TestDecorator in junit.extensions Modifier and Type Class Description class
RepeatedTest
A Decorator that runs a test repeatedly.class
TestSetup
A Decorator to set up and tear down additional fixture state.
-