Class TurbineAvalonComponentServiceTest
- java.lang.Object
-
- org.apache.turbine.test.BaseTestCase
-
- org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentServiceTest
-
public class TurbineAvalonComponentServiceTest extends BaseTestCase
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 Constructor Description TurbineAvalonComponentServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetAndUseTestComponent()
Use the service to get an instance of the TestComponent.-
Methods inherited from class org.apache.turbine.test.BaseTestCase
baseInit, getMockRequest, getPipelineData, getRunData
-
-
-
-
Constructor Detail
-
TurbineAvalonComponentServiceTest
public TurbineAvalonComponentServiceTest()
-
-
Method Detail
-
testGetAndUseTestComponent
public void 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.
-
-