org.junitee.runner
Interface RequiresDecoration


public interface RequiresDecoration

Interface to tell a test runner that a test requires decoration.

Version:
$Revision: 1.1 $
Author:
Oliver Rossmueller

Method Summary
 junit.framework.Test decorate()
          Decorate this test.
 

Method Detail

decorate

public junit.framework.Test decorate()
Decorate this test. This method will be called only if a single test is executed.

Returns: