org.picocontainer.script
Class ScriptedBuilderTestCase

java.lang.Object
  extended by org.picocontainer.script.ScriptedBuilderTestCase

public class ScriptedBuilderTestCase
extends Object


Nested Class Summary
static class ScriptedBuilderTestCase.CustomParentcontainer
           
static class ScriptedBuilderTestCase.TestPicoContainer
           
static class ScriptedBuilderTestCase.TestScriptedContainer
           
 
Constructor Summary
ScriptedBuilderTestCase()
           
 
Method Summary
 void testBasic()
           
 void testWithAnnotationDI()
           
 void testWithBogusCustomMonitorByClass()
           
 void testWithBogusParentContainerBehavesAsIfNotSet()
           
 void testWithCachingImplementationHidingAndSetterDI()
           
 void testWithComponentFactoriesListChainThingy()
           
 void testWithConsoleMonitor()
           
 void testWithCtorDI()
           
 void testWithCustomMonitorByClass()
           
 void testWithCustomParentContainer()
           
 void testWithCustomScriptedAndPicoContainer()
           
 void testWithCustomScriptedContainer()
           
 void testWithImplementationHiding()
           
 void testWithImplementationHidingAndSetterDI()
           
 void testWithImplementationHidingInstance()
           
 void testWithReflectionLifecycle()
           
 void testWithSetterDI()
           
 void testWithStartableLifecycle()
           
 void testWithThreadSafety()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptedBuilderTestCase

public ScriptedBuilderTestCase()
Method Detail

testBasic

public void testBasic()
               throws IOException
Throws:
IOException

testWithStartableLifecycle

public void testWithStartableLifecycle()
                                throws IOException
Throws:
IOException

testWithReflectionLifecycle

public void testWithReflectionLifecycle()
                                 throws IOException
Throws:
IOException

testWithConsoleMonitor

public void testWithConsoleMonitor()
                            throws IOException
Throws:
IOException

testWithCustomMonitorByClass

public void testWithCustomMonitorByClass()
                                  throws IOException
Throws:
IOException

testWithBogusCustomMonitorByClass

public void testWithBogusCustomMonitorByClass()

testWithImplementationHiding

public void testWithImplementationHiding()
                                  throws IOException
Throws:
IOException

testWithImplementationHidingInstance

public void testWithImplementationHidingInstance()
                                          throws IOException
Throws:
IOException

testWithComponentFactoriesListChainThingy

public void testWithComponentFactoriesListChainThingy()
                                               throws IOException
Throws:
IOException

testWithCustomParentContainer

public void testWithCustomParentContainer()
                                   throws IOException
Throws:
IOException

testWithBogusParentContainerBehavesAsIfNotSet

public void testWithBogusParentContainerBehavesAsIfNotSet()
                                                   throws IOException
Throws:
IOException

testWithSetterDI

public void testWithSetterDI()
                      throws IOException
Throws:
IOException

testWithAnnotationDI

public void testWithAnnotationDI()
                          throws IOException
Throws:
IOException

testWithCtorDI

public void testWithCtorDI()
                    throws IOException
Throws:
IOException

testWithImplementationHidingAndSetterDI

public void testWithImplementationHidingAndSetterDI()
                                             throws IOException
Throws:
IOException

testWithCachingImplementationHidingAndSetterDI

public void testWithCachingImplementationHidingAndSetterDI()
                                                    throws IOException
Throws:
IOException

testWithThreadSafety

public void testWithThreadSafety()
                          throws IOException
Throws:
IOException

testWithCustomScriptedContainer

public void testWithCustomScriptedContainer()
                                     throws IOException
Throws:
IOException

testWithCustomScriptedAndPicoContainer

public void testWithCustomScriptedAndPicoContainer()
                                            throws IOException
Throws:
IOException


Copyright © 2003-2010 Codehaus. All Rights Reserved.