public abstract class AbstractMultipleConstructorTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMultipleConstructorTest.Multi |
static class |
AbstractMultipleConstructorTest.One |
static class |
AbstractMultipleConstructorTest.Three |
static class |
AbstractMultipleConstructorTest.Two |
| Constructor and Description |
|---|
AbstractMultipleConstructorTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract MutablePicoContainer |
createPicoContainer() |
void |
testMultiWithBothSatisfiedDependencyWorks() |
void |
testMultiWithOnlySmallSatisfiedDependencyWorks() |
void |
testMultiWithSatisfyingDependencyAndParametersWorks() |
void |
testMultiWithTwoEquallyBigSatisfiedDependenciesFails() |
void |
testStringWorks() |
public AbstractMultipleConstructorTest()
protected abstract MutablePicoContainer createPicoContainer()
public void testStringWorks() throws PicoException
PicoExceptionpublic void testMultiWithOnlySmallSatisfiedDependencyWorks() throws PicoException
PicoExceptionpublic void testMultiWithBothSatisfiedDependencyWorks() throws PicoException
PicoExceptionpublic void testMultiWithTwoEquallyBigSatisfiedDependenciesFails() throws PicoException
PicoExceptionpublic void testMultiWithSatisfyingDependencyAndParametersWorks() throws PicoException
PicoExceptionCopyright © 2003–2015 Codehaus. All rights reserved.