org.picocontainer.injectors
Class AnnotatedMethodInjectorTestCase

java.lang.Object
  extended by org.picocontainer.injectors.AnnotatedMethodInjectorTestCase

public class AnnotatedMethodInjectorTestCase
extends Object


Nested Class Summary
static interface AnnotatedMethodInjectorTestCase.AlternativeInject
           
static class AnnotatedMethodInjectorTestCase.AnnotatedBurp
           
static class AnnotatedMethodInjectorTestCase.AnotherAnnotatedBurp
           
static class AnnotatedMethodInjectorTestCase.SetterBurp
           
static class AnnotatedMethodInjectorTestCase.Wind
           
 
Constructor Summary
AnnotatedMethodInjectorTestCase()
           
 
Method Summary
 void testNonSetterMethodInjection()
           
 void testNonSetterMethodInjectionWithAlternativeAnnotation()
           
 void testSetterMethodInjectionToContrastWithThatBelow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedMethodInjectorTestCase

public AnnotatedMethodInjectorTestCase()
Method Detail

testSetterMethodInjectionToContrastWithThatBelow

public void testSetterMethodInjectionToContrastWithThatBelow()

testNonSetterMethodInjection

public void testNonSetterMethodInjection()

testNonSetterMethodInjectionWithAlternativeAnnotation

public void testNonSetterMethodInjectionWithAlternativeAnnotation()


Copyright © 2003-2010 Codehaus. All Rights Reserved.