org.picocontainer
Class PicoBuilderTestCase

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

public class PicoBuilderTestCase
extends junit.framework.TestCase


Nested Class Summary
static class PicoBuilderTestCase.CustomComponentFactory
           
static class PicoBuilderTestCase.CustomParentcontainer
           
static class PicoBuilderTestCase.SomeContainerDependency
           
static class PicoBuilderTestCase.TestPicoContainer
           
 
Constructor Summary
PicoBuilderTestCase()
           
 
Method Summary
protected  void setUp()
           
 void testBasic()
           
 void testWithAnnotationDI()
           
 void testWithBogusCustomMonitorByClass()
           
 void testWithBogusParentContainerBehavesAsIfNotSet()
           
 void testWithCachingImplementationHidingAndSetterDI()
           
 void testWithCafsListChainThingy()
           
 void testWithConsoleMonitor()
           
 void testWithConsoleMonitorAndLifecycleUseTheSameUltimateMonitor()
           
 void testWithCtorDI()
           
 void testWithCustomComponentFactory()
           
 void testWithCustomMonitorByClass()
           
 void testWithCustomParentContainer()
           
 void testWithCustomPicoContainer()
           
 void testWithImplementationHiding()
           
 void testWithImplementationHidingAndSetterDI()
           
 void testWithImplementationHidingInstance()
           
 void testWithPropertyApplier()
           
 void testWithReflectionLifecycle()
           
 void testWithSetterDI()
           
 void testWithStartableLifecycle()
           
 void testWithThreadSafety()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PicoBuilderTestCase

public PicoBuilderTestCase()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testBasic

public void testBasic()

testWithStartableLifecycle

public void testWithStartableLifecycle()

testWithReflectionLifecycle

public void testWithReflectionLifecycle()

testWithConsoleMonitor

public void testWithConsoleMonitor()

testWithConsoleMonitorAndLifecycleUseTheSameUltimateMonitor

public void testWithConsoleMonitorAndLifecycleUseTheSameUltimateMonitor()

testWithCustomMonitorByClass

public void testWithCustomMonitorByClass()

testWithBogusCustomMonitorByClass

public void testWithBogusCustomMonitorByClass()

testWithImplementationHiding

public void testWithImplementationHiding()

testWithImplementationHidingInstance

public void testWithImplementationHidingInstance()

testWithCafsListChainThingy

public void testWithCafsListChainThingy()

testWithCustomParentContainer

public void testWithCustomParentContainer()

testWithBogusParentContainerBehavesAsIfNotSet

public void testWithBogusParentContainerBehavesAsIfNotSet()

testWithSetterDI

public void testWithSetterDI()

testWithAnnotationDI

public void testWithAnnotationDI()

testWithCtorDI

public void testWithCtorDI()

testWithImplementationHidingAndSetterDI

public void testWithImplementationHidingAndSetterDI()

testWithCachingImplementationHidingAndSetterDI

public void testWithCachingImplementationHidingAndSetterDI()

testWithThreadSafety

public void testWithThreadSafety()

testWithPropertyApplier

public void testWithPropertyApplier()

testWithCustomComponentFactory

public void testWithCustomComponentFactory()

testWithCustomPicoContainer

public void testWithCustomPicoContainer()


Copyright © 2003-2007 Codehaus. All Rights Reserved.