org.picocontainer.script
Class ClassNameDefaultClassLoadingPicoContainerTestCase

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

public class ClassNameDefaultClassLoadingPicoContainerTestCase
extends Object

Author:
Paul Hammant

Nested Class Summary
static class ClassNameDefaultClassLoadingPicoContainerTestCase.AnotherFooComp
           
 
Constructor Summary
ClassNameDefaultClassLoadingPicoContainerTestCase()
           
 
Method Summary
 void testBasic()
           
 void testChildContainerAdapterCanRelyOnParentContainerAdapter()
           
 void testClassLoaderJugglingIsPossible()
           
 void testNoGenerationRegistration()
           
 void testProvision()
           
 void testSecurityManagerCanPreventOperations()
           
 void testThatTestCompIsNotNaturallyInTheClassPathForTesting()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassNameDefaultClassLoadingPicoContainerTestCase

public ClassNameDefaultClassLoadingPicoContainerTestCase()
Method Detail

testBasic

public void testBasic()
               throws org.picocontainer.PicoCompositionException
Throws:
org.picocontainer.PicoCompositionException

testProvision

public void testProvision()
                   throws org.picocontainer.PicoException
Throws:
org.picocontainer.PicoException

testNoGenerationRegistration

public void testNoGenerationRegistration()
                                  throws org.picocontainer.PicoCompositionException
Throws:
org.picocontainer.PicoCompositionException

testThatTestCompIsNotNaturallyInTheClassPathForTesting

public void testThatTestCompIsNotNaturallyInTheClassPathForTesting()

testChildContainerAdapterCanRelyOnParentContainerAdapter

public void testChildContainerAdapterCanRelyOnParentContainerAdapter()
                                                              throws MalformedURLException
Throws:
MalformedURLException

testClassLoaderJugglingIsPossible

public void testClassLoaderJugglingIsPossible()
                                       throws MalformedURLException
Throws:
MalformedURLException

testSecurityManagerCanPreventOperations

public void testSecurityManagerCanPreventOperations()
                                             throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2003-2010 Codehaus. All Rights Reserved.