org.apache.turbine.test
Class TestComponentImpl

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by 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: TestComponentImpl.java 615328 2008-01-25 20:25:05Z tv $
Author:
Quinton McCombs

Field Summary
 
Fields inherited from interface org.apache.turbine.test.TestComponent
ROLE
 
Constructor Summary
TestComponentImpl()
           
 
Method Summary
 void contextualize(org.apache.avalon.framework.context.Context context)
           
 void dispose()
           
 void initialize()
           
 void test()
           
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestComponentImpl

public TestComponentImpl()
Method Detail

initialize

public void initialize()
                throws Exception
Specified by:
initialize in interface org.apache.avalon.framework.activity.Initializable
Throws:
Exception

dispose

public void dispose()
Specified by:
dispose in interface org.apache.avalon.framework.activity.Disposable

test

public void test()
Specified by:
test in interface TestComponent

contextualize

public void contextualize(org.apache.avalon.framework.context.Context context)
                   throws org.apache.avalon.framework.context.ContextException
Specified by:
contextualize in interface org.apache.avalon.framework.context.Contextualizable
Throws:
org.apache.avalon.framework.context.ContextException


Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.