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