Package org.apache.turbine.test
Class TestComponentImpl
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.turbine.test.TestComponentImpl
- All Implemented Interfaces:
- org.apache.avalon.framework.activity.Disposable,- org.apache.avalon.framework.activity.Initializable,- org.apache.avalon.framework.component.Component,- org.apache.avalon.framework.context.Contextualizable,- org.apache.avalon.framework.logger.LogEnabled,- TestComponent
public class TestComponentImpl
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.activity.Disposable, TestComponent, org.apache.avalon.framework.context.Contextualizable
Implementation of the test component.
- Version:
- $Id$
- Author:
- Quinton McCombs
- 
Field SummaryFields inherited from interface org.apache.turbine.test.TestComponentROLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcontextualize(org.apache.avalon.framework.context.Context context) voiddispose()voidvoidtest()Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabledenableLogging, getLogger, setupLogger, setupLogger, setupLogger
- 
Constructor Details- 
TestComponentImplpublic TestComponentImpl()
 
- 
- 
Method Details- 
initialize- Specified by:
- initializein interface- org.apache.avalon.framework.activity.Initializable
- Throws:
- Exception
 
- 
dispose- Specified by:
- disposein interface- org.apache.avalon.framework.activity.Disposable
 
- 
test- Specified by:
- testin interface- TestComponent
 
- 
contextualizepublic void contextualize(org.apache.avalon.framework.context.Context context) throws org.apache.avalon.framework.context.ContextException - Specified by:
- contextualizein interface- org.apache.avalon.framework.context.Contextualizable
- Throws:
- org.apache.avalon.framework.context.ContextException
 
 
-