org.picocontainer.defaults
Class ConstructorInjectionComponentAdapterFactoryTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.picocontainer.tck.AbstractComponentAdapterFactoryTestCase
              extended byorg.picocontainer.defaults.ConstructorInjectionComponentAdapterFactoryTestCase
All Implemented Interfaces:
junit.framework.Test

public class ConstructorInjectionComponentAdapterFactoryTestCase
extends AbstractComponentAdapterFactoryTestCase

Version:
$Revision: $
Author:
Mauro Talevi

Field Summary
 
Fields inherited from class org.picocontainer.tck.AbstractComponentAdapterFactoryTestCase
picoContainer
 
Constructor Summary
ConstructorInjectionComponentAdapterFactoryTestCase()
           
 
Method Summary
protected  org.picocontainer.defaults.ComponentAdapterFactory createComponentAdapterFactory()
           
protected  void setUp()
           
 void testCustomLifecycleCanBeInjected()
           
 
Methods inherited from class org.picocontainer.tck.AbstractComponentAdapterFactoryTestCase
testEquals, testRegisterComponent, testUnregisterComponent
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructorInjectionComponentAdapterFactoryTestCase

public ConstructorInjectionComponentAdapterFactoryTestCase()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractComponentAdapterFactoryTestCase
Throws:
Exception

createComponentAdapterFactory

protected org.picocontainer.defaults.ComponentAdapterFactory createComponentAdapterFactory()
Specified by:
createComponentAdapterFactory in class AbstractComponentAdapterFactoryTestCase

testCustomLifecycleCanBeInjected

public void testCustomLifecycleCanBeInjected()
                                      throws NoSuchMethodException
Throws:
NoSuchMethodException


Copyright © 2003-2007 Codehaus. All Rights Reserved.