org.apache.qpid.junit.extensions
Interface TKTestRunner.TestDecoratorFactory

Enclosing class:
TKTestRunner

protected static interface TKTestRunner.TestDecoratorFactory

TestDecoratorFactory is a factory for creating test decorators from tests.


Method Summary
 WrappedSuiteTestDecorator decorateTest(junit.framework.Test test)
          Decorates the specified test with a new decorator.
 

Method Detail

decorateTest

WrappedSuiteTestDecorator decorateTest(junit.framework.Test test)
Decorates the specified test with a new decorator.

Parameters:
test - The test to decorate.
Returns:
The decorated test.


Licensed to the Apache Software Foundation