| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jbenchmark.TestFeature
A test feature. Test features are the building blocks for defining a complete JBencmark test. The context of a test feature makes available other test features or resources that are required for a specific test feature to complete its work.
| Constructor Summary | |
TestFeature()
 | 
|
| Method Summary | |
 void | 
finish()
Finishes up the feature.  | 
protected  TestContext | 
getContext()
Gets the test context.  | 
 java.lang.String | 
getName()
Returns the name of this feature.  | 
 void | 
setContext(TestContext context)
Sets the context for this feature.  | 
 void | 
setName(java.lang.String name)
Sets the name of this feature.  | 
 java.lang.String | 
toString()
Prints TestFeature.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public TestFeature()
| Method Detail | 
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String toString()
public void setContext(TestContext context)
protected TestContext getContext()
public void finish()
            throws java.lang.Exception
java.lang.Exception
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||