org.picocontainer.tck
Class AbstractMultipleConstructorTest

java.lang.Object
  extended by org.picocontainer.tck.AbstractMultipleConstructorTest
Direct Known Subclasses:
DefaultMultipleConstructorTestCase

public abstract class AbstractMultipleConstructorTest
extends Object

Author:
Aslak Hellesøy

Nested Class Summary
static class AbstractMultipleConstructorTest.Multi
           
static class AbstractMultipleConstructorTest.One
           
static class AbstractMultipleConstructorTest.Three
           
static class AbstractMultipleConstructorTest.Two
           
 
Constructor Summary
AbstractMultipleConstructorTest()
           
 
Method Summary
protected abstract  MutablePicoContainer createPicoContainer()
           
 void testMultiWithBothSatisfiedDependencyWorks()
           
 void testMultiWithOnlySmallSatisfiedDependencyWorks()
           
 void testMultiWithSatisfyingDependencyAndParametersWorks()
           
 void testMultiWithTwoEquallyBigSatisfiedDependenciesFails()
           
 void testStringWorks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMultipleConstructorTest

public AbstractMultipleConstructorTest()
Method Detail

createPicoContainer

protected abstract MutablePicoContainer createPicoContainer()

testStringWorks

public void testStringWorks()
                     throws PicoException
Throws:
PicoException

testMultiWithOnlySmallSatisfiedDependencyWorks

public void testMultiWithOnlySmallSatisfiedDependencyWorks()
                                                    throws PicoException
Throws:
PicoException

testMultiWithBothSatisfiedDependencyWorks

public void testMultiWithBothSatisfiedDependencyWorks()
                                               throws PicoException
Throws:
PicoException

testMultiWithTwoEquallyBigSatisfiedDependenciesFails

public void testMultiWithTwoEquallyBigSatisfiedDependenciesFails()
                                                          throws PicoException
Throws:
PicoException

testMultiWithSatisfyingDependencyAndParametersWorks

public void testMultiWithSatisfyingDependencyAndParametersWorks()
                                                         throws PicoException
Throws:
PicoException


Copyright © 2003-2010 Codehaus. All Rights Reserved.