org.picocontainer.injectors
Class MethodInjectionTestCase

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

public class MethodInjectionTestCase
extends junit.framework.TestCase


Nested Class Summary
static class MethodInjectionTestCase.Bar
           
static class MethodInjectionTestCase.Foo
           
 
Constructor Summary
MethodInjectionTestCase()
           
 
Method Summary
 void testMethodInjection()
           
 void testMethodInjectionByBuilder()
           
 void testMethodInjectionViaAdapter()
           
 void testMethodInjectionViaCharacteristics()
           
 
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

MethodInjectionTestCase

public MethodInjectionTestCase()
Method Detail

testMethodInjection

public void testMethodInjection()

testMethodInjectionViaCharacteristics

public void testMethodInjectionViaCharacteristics()

testMethodInjectionViaAdapter

public void testMethodInjectionViaAdapter()

testMethodInjectionByBuilder

public void testMethodInjectionByBuilder()


Copyright © 2003-2007 Codehaus. All Rights Reserved.