org.picocontainer.injectors
Class AnnotatedFieldInjectorTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.picocontainer.injectors.AnnotatedFieldInjectorTestCase
All Implemented Interfaces:
junit.framework.Test

public class AnnotatedFieldInjectorTestCase
extends junit.framework.TestCase


Nested Class Summary
static interface AnnotatedFieldInjectorTestCase.AlternativeInject
           
static class AnnotatedFieldInjectorTestCase.Helicopter
           
static class AnnotatedFieldInjectorTestCase.Helicopter2
           
static class AnnotatedFieldInjectorTestCase.Helicopter3
           
static class AnnotatedFieldInjectorTestCase.PogoStick
           
 
Constructor Summary
AnnotatedFieldInjectorTestCase()
           
 
Method Summary
 void testFieldDeosNotHappenWithoutRightInjectorDoesNotWork()
           
 void testFieldInjection()
           
 void testFieldInjectionWithAlternativeInjectionAnnotation()
           
 void testFieldInjectionWithoutAnnotationDoesNotWork()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotatedFieldInjectorTestCase

public AnnotatedFieldInjectorTestCase()
Method Detail

testFieldInjection

public void testFieldInjection()

testFieldInjectionWithoutAnnotationDoesNotWork

public void testFieldInjectionWithoutAnnotationDoesNotWork()

testFieldDeosNotHappenWithoutRightInjectorDoesNotWork

public void testFieldDeosNotHappenWithoutRightInjectorDoesNotWork()

testFieldInjectionWithAlternativeInjectionAnnotation

public void testFieldInjectionWithAlternativeInjectionAnnotation()


Copyright © 2003-2007 Codehaus. All Rights Reserved.