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 Summary
-
Fields inherited from interface org.apache.turbine.test.TestComponent
ROLE
-
-
Constructor Summary
Constructors Constructor Description TestComponentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextualize(org.apache.avalon.framework.context.Context context)voiddispose()voidinitialize()voidtest()
-
-
-
Constructor Detail
-
TestComponentImpl
public TestComponentImpl()
-
-
Method Detail
-
initialize
public void initialize() throws Exception
- Specified by:
initializein interfaceorg.apache.avalon.framework.activity.Initializable- Throws:
Exception
-
dispose
public void dispose()
- Specified by:
disposein interfaceorg.apache.avalon.framework.activity.Disposable
-
test
public void test()
- Specified by:
testin interfaceTestComponent
-
contextualize
public void contextualize(org.apache.avalon.framework.context.Context context) throws org.apache.avalon.framework.context.ContextException
- Specified by:
contextualizein interfaceorg.apache.avalon.framework.context.Contextualizable- Throws:
org.apache.avalon.framework.context.ContextException
-
-