Class TestDecorator

java.lang.Object
junit.framework.Assert
junit.extensions.TestDecorator
All Implemented Interfaces:
Test
Direct Known Subclasses:
RepeatedTest, TestSetup

public class TestDecorator extends Assert implements Test
A Decorator for Tests. Use TestDecorator as the base class for defining new test decorators. Test decorator subclasses can be introduced to add behaviour before or after a test is run.