org.picocontainer.tck
Class AbstractMultipleConstructorTest
java.lang.Object
org.picocontainer.tck.AbstractMultipleConstructorTest
- Direct Known Subclasses:
- DefaultMultipleConstructorTestCase
public abstract class AbstractMultipleConstructorTest
- extends Object
- Author:
- Aslak Hellesøy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMultipleConstructorTest
public AbstractMultipleConstructorTest()
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.