junit.extensions
Class TestDecorator

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.
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Field Summary
protected Test fTest
No description provided.
Constructor Summary
TestDecorator( Test test )
No description provided.
Method Summary
void basicRun( TestResult result )
The basic run behaviour.
int countTestCases()
No description provided.
Test getTest()
No description provided.
void run( TestResult result )
No description provided.
String toString()
No description provided.
fTest
protected Test fTest
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
TestDecorator
public TestDecorator ( Test test )
No description provided.
Parameters
TypeNameDescription
Test test No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
basicRun
public void basicRun ( TestResult result )
The basic run behaviour.
Parameters
TypeNameDescription
TestResult result No description provided.
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
countTestCases
public int countTestCases ( )
No description provided.
Implements method in Test
Wiki javadoc Use textile entry format.
Add your comments here.
getTest
public Test getTest ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
run
public void run ( TestResult result )
No description provided.
Implements method in Test
Parameters
TypeNameDescription
TestResult result No description provided.
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
toString
public String toString ( )
No description provided.
Overrides method in Object
Wiki javadoc Use textile entry format.
Add your comments here.