org.picocontainer.injectors
Class AnnotatedMethodInjectionTestCase

java.lang.Object
  extended by org.picocontainer.tck.AbstractComponentFactoryTest
      extended by org.picocontainer.injectors.AnnotatedMethodInjectionTestCase

public class AnnotatedMethodInjectionTestCase
extends AbstractComponentFactoryTest

Author:
Jörg Schaible

Nested Class Summary
static interface AnnotatedMethodInjectionTestCase.Bean
           
static class AnnotatedMethodInjectionTestCase.NamedBean
           
static class AnnotatedMethodInjectionTestCase.NamedBeanWithPossibleDefault
           
static class AnnotatedMethodInjectionTestCase.NoBean
           
 
Field Summary
 
Fields inherited from class org.picocontainer.tck.AbstractComponentFactoryTest
picoContainer
 
Constructor Summary
AnnotatedMethodInjectionTestCase()
           
 
Method Summary
protected  ComponentFactory createComponentFactory()
           
 void setUp()
           
 void testContainerUsesOnlyStandardConstructor()
           
 void testContainerUsesStandardConstructor()
           
 
Methods inherited from class org.picocontainer.tck.AbstractComponentFactoryTest
testEquals, testRegisterComponent, testUnregisterComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedMethodInjectionTestCase

public AnnotatedMethodInjectionTestCase()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class AbstractComponentFactoryTest
Throws:
Exception

createComponentFactory

protected ComponentFactory createComponentFactory()
Specified by:
createComponentFactory in class AbstractComponentFactoryTest

testContainerUsesStandardConstructor

public void testContainerUsesStandardConstructor()

testContainerUsesOnlyStandardConstructor

public void testContainerUsesOnlyStandardConstructor()


Copyright © 2003-2010 Codehaus. All Rights Reserved.