Class TurbineAvalonComponentServiceTest
java.lang.Object
org.apache.turbine.test.BaseTestCase
org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentServiceTest
Simple test to make sure that the AvalonComponentService can be initialized.
- Version:
- $Id$
- Author:
- Quinton McCombs
-
Field Summary
Fields inherited from class org.apache.turbine.test.BaseTestCase
attributes, maxInactiveInterval
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Use the service to get an instance of the TestComponent.Methods inherited from class org.apache.turbine.test.BaseTestCase
baseInit, getMockRequest, getPipelineData, getRunData
-
Constructor Details
-
TurbineAvalonComponentServiceTest
public TurbineAvalonComponentServiceTest()
-
-
Method Details
-
testGetAndUseTestComponent
Use the service to get an instance of the TestComponent. The test() method will be called to simply write a log message. The component will then be released.
-